Html Css Color HEX #8ED2FB Light Sky Blue

📋 copy color: '#8ED2FB'

red 142 ◦ green 210 ◦ blue 251

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

Shades of Light Sky Blue #8ED2FB

Tints of Light Sky Blue #8ED2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 23.55%
G = 34.83%
B = 41.63%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8ED2FB (or 0x8ED2FB) is known color: Light Sky Blue. HEX triplet: 8E, D2 and FB. RGB value is (142,210,251). Sum of RGB (Red+Green+Blue) = 142+210+251=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #8ED2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED2FB is #712D04. Grayscale: #C2C2C2. Windows color (decimal): -7417093 or 16503438. OLE color: 16503438.

HSL color Cylindrical-coordinate representation of color #8ED2FB: hue angle of 202.57º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ED2FB is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 210 251 -
CMYK 0.43 0.16 0 0.02
HSL 202.57º 0.93% 0.77% -
HSV(B) 202.57º 0.43% 0.98% -
XYZ 51.61 58.81 99.9 -
YUV 194.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 142 210 251 0.43 0.16 0 0.02 202.57 0.93 0.77
Hex 8E D2 FB 2B 10 0 2 CB 5D 4D
Octal 216 322 373 53 20 0 2 313 135 115
Binary 10001110 11010010 11111011 101011 10000 0 10 11001011 1011101 1001101

Color Harmonies of #8ED2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED2FB

Black with #8ED2FB

Text Example


Text Example

White with #8ED2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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