Html Css Color HEX #8ED5FD Light Sky Blue

📋 copy color: '#8ED5FD'

red 142 ◦ green 213 ◦ blue 253

#8ED5FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #8ED5FD

Tints of Light Sky Blue #8ED5FD

RGB

 RED value IS 142 (55.86% from 255) = 23.36%

 GREEN value IS 213 (83.59% from 255) = 35.03%

 BLUE value IS 253 (99.22% from 255) = 41.61%

R = 23.36%
G = 35.03%
B = 41.61%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8ED5FD (or 0x8ED5FD) is known color: Light Sky Blue. HEX triplet: 8E, D5 and FD. RGB value is (142,213,253). Sum of RGB (Red+Green+Blue) = 142+213+253=608 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.36% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #8ED5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED5FD is #712A02. Grayscale: #C4C4C4. Windows color (decimal): -7416323 or 16635278. OLE color: 16635278.

HSL color Cylindrical-coordinate representation of color #8ED5FD: hue angle of 201.62º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED5FD is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 213 253 -
CMYK 0.44 0.16 0 0.01
HSL 201.62º 0.97% 0.77% -
HSV(B) 201.62º 0.44% 0.99% -
XYZ 52.68 60.43 101.82 -
YUV 196.33 159.98 89.25 -
System Red Green Blue C M Y K H S L
Decimal 142 213 253 0.44 0.16 0 0.01 201.62 0.97 0.77
Hex 8E D5 FD 2C 10 0 1 CA 61 4D
Octal 216 325 375 54 20 0 1 312 141 115
Binary 10001110 11010101 11111101 101100 10000 0 1 11001010 1100001 1001101

Color Harmonies of #8ED5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED5FD

Black with #8ED5FD

Text Example


Text Example

White with #8ED5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ED5FD; }

 p { color: rgb(142,213,253); }

 H1.HeaderClassName
 {
   color: #8ED5FD;
 }
 .AnyTagClassName
 {
   color: #8ED5FD;
 }
</style>

background-color css

<style>
 a { background-color: #8ED5FD; }

 a { background-color: rgb(142,213,253); }

 div.DivClassName
 {
   background-color: #8ED5FD;
 }
 .BgClassName
 {
   background-color: #8ED5FD;
 }
</style>

border-color css

<style>
 span { border-color: #8ED5FD; }

 span { border-color: rgb(142,213,253); }

 td.TdClassName
 {
   border-color: #8ED5FD;
 }
 .TagClassName
 {
   border-color: #8ED5FD;
 }
</style>