Html Css Color HEX #8ED2F4 Light Sky Blue

📋 copy color: '#8ED2F4'

red 142 ◦ green 210 ◦ blue 244

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

Shades of Light Sky Blue #8ED2F4

Tints of Light Sky Blue #8ED2F4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

 BLUE value IS 244 (95.7% from 255) = 40.94%

R = 23.83%
G = 35.23%
B = 40.94%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8ED2F4 (or 0x8ED2F4) is known color: Light Sky Blue. HEX triplet: 8E, D2 and F4. RGB value is (142,210,244). Sum of RGB (Red+Green+Blue) = 142+210+244=596 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.83% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #8ED2F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED2F4 is #712D0B. Grayscale: #C1C1C1. Windows color (decimal): -7417100 or 16044686. OLE color: 16044686.

HSL color Cylindrical-coordinate representation of color #8ED2F4: hue angle of 200º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ED2F4 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 210 244 -
CMYK 0.42 0.14 0 0.04
HSL 200º 0.82% 0.76% -
HSV(B) 200º 0.42% 0.96% -
XYZ 50.53 58.38 94.19 -
YUV 193.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 142 210 244 0.42 0.14 0 0.04 200 0.82 0.76
Hex 8E D2 F4 2A E 0 4 C8 52 4C
Octal 216 322 364 52 16 0 4 310 122 114
Binary 10001110 11010010 11110100 101010 1110 0 100 11001000 1010010 1001100

Color Harmonies of #8ED2F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED2F4

Black with #8ED2F4

Text Example


Text Example

White with #8ED2F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,210,244); }

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

background-color css

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

 a { background-color: rgb(142,210,244); }

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

border-color css

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

 span { border-color: rgb(142,210,244); }

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