Html Css Color HEX #8EC0F8 Light Sky Blue

📋 copy color: '#8EC0F8'

red 142 ◦ green 192 ◦ blue 248

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

Shades of Light Sky Blue #8EC0F8

Tints of Light Sky Blue #8EC0F8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.99%

 BLUE value IS 248 (97.27% from 255) = 42.61%

R = 24.4%
G = 32.99%
B = 42.61%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8EC0F8 (or 0x8EC0F8) is known color: Light Sky Blue. HEX triplet: 8E, C0 and F8. RGB value is (142,192,248). Sum of RGB (Red+Green+Blue) = 142+192+248=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #8EC0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC0F8 is #713F07. Grayscale: #B7B7B7. Windows color (decimal): -7421704 or 16302222. OLE color: 16302222.

HSL color Cylindrical-coordinate representation of color #8EC0F8: hue angle of 211.7º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EC0F8 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 142 192 248 -
CMYK 0.43 0.23 0 0.03
HSL 211.7º 0.88% 0.76% -
HSV(B) 211.7º 0.43% 0.97% -
XYZ 46.95 50.23 96.03 -
YUV 183.43 164.44 98.45 -
System Red Green Blue C M Y K H S L
Decimal 142 192 248 0.43 0.23 0 0.03 211.7 0.88 0.76
Hex 8E C0 F8 2B 17 0 3 D4 58 4C
Octal 216 300 370 53 27 0 3 324 130 114
Binary 10001110 11000000 11111000 101011 10111 0 11 11010100 1011000 1001100

Color Harmonies of #8EC0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC0F8

Black with #8EC0F8

Text Example


Text Example

White with #8EC0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,192,248); }

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

background-color css

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

 a { background-color: rgb(142,192,248); }

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

border-color css

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

 span { border-color: rgb(142,192,248); }

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