Html Css Color HEX #8ED7FE Light Sky Blue

📋 copy color: '#8ED7FE'

red 142 ◦ green 215 ◦ blue 254

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

Shades of Light Sky Blue #8ED7FE

Tints of Light Sky Blue #8ED7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.19%

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 23.24%
G = 35.19%
B = 41.57%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8ED7FE (or 0x8ED7FE) is known color: Light Sky Blue. HEX triplet: 8E, D7 and FE. RGB value is (142,215,254). Sum of RGB (Red+Green+Blue) = 142+215+254=611 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.24% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ED7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED7FE is #712801. Grayscale: #C5C5C5. Windows color (decimal): -7415810 or 16701326. OLE color: 16701326.

HSL color Cylindrical-coordinate representation of color #8ED7FE: hue angle of 200.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED7FE is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 142 215 254 -
CMYK 0.44 0.15 0 0.00
HSL 200.89º 0.98% 0.78% -
HSV(B) 200.89º 0.44% 1% -
XYZ 53.35 61.51 102.83 -
YUV 197.62 159.82 88.33 -
System Red Green Blue C M Y K H S L
Decimal 142 215 254 0.44 0.15 0 0.00 200.89 0.98 0.78
Hex 8E D7 FE 2C F 0 0 C9 62 4E
Octal 216 327 376 54 17 0 0 311 142 116
Binary 10001110 11010111 11111110 101100 1111 0 0 11001001 1100010 1001110

Color Harmonies of #8ED7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED7FE

Black with #8ED7FE

Text Example


Text Example

White with #8ED7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,215,254); }

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

background-color css

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

 a { background-color: rgb(142,215,254); }

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

border-color css

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

 span { border-color: rgb(142,215,254); }

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