Html Css Color HEX #8ECFFF Light Sky Blue

📋 copy color: '#8ECFFF'

red 142 ◦ green 207 ◦ blue 255

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

Shades of Light Sky Blue #8ECFFF

Tints of Light Sky Blue #8ECFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.27%

 BLUE value IS 255 (100% from 255) = 42.22%

R = 23.51%
G = 34.27%
B = 42.22%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8ECFFF (or 0x8ECFFF) is known color: Light Sky Blue. HEX triplet: 8E, CF and FF. RGB value is (142,207,255). Sum of RGB (Red+Green+Blue) = 142+207+255=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ECFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECFFF is #713000. Grayscale: #C0C0C0. Windows color (decimal): -7417857 or 16764814. OLE color: 16764814.

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

Color convert

RGB 142 207 255 -
CMYK 0.44 0.19 0 0
HSL 205.49º 1% 0.78% -
HSV(B) 205.49º 0.44% 1% -
XYZ 51.52 57.6 103.01 -
YUV 193.04 162.97 91.6 -
System Red Green Blue C M Y K H S L
Decimal 142 207 255 0.44 0.19 0 0 205.49 1 0.78
Hex 8E CF FF 2C 13 0 0 CD 64 4E
Octal 216 317 377 54 23 0 0 315 144 116
Binary 10001110 11001111 11111111 101100 10011 0 0 11001101 1100100 1001110

Color Harmonies of #8ECFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECFFF

Black with #8ECFFF

Text Example


Text Example

White with #8ECFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,207,255); }

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

background-color css

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

 a { background-color: rgb(142,207,255); }

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

border-color css

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

 span { border-color: rgb(142,207,255); }

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