Html Css Color HEX #8EECF6 Electric Blue

📋 copy color: '#8EECF6'

red 142 ◦ green 236 ◦ blue 246

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

Shades of Electric Blue #8EECF6

Tints of Electric Blue #8EECF6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.82%

 BLUE value IS 246 (96.48% from 255) = 39.42%

R = 22.76%
G = 37.82%
B = 39.42%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8EECF6 (or 0x8EECF6) is known color: Electric Blue. HEX triplet: 8E, EC and F6. RGB value is (142,236,246). Sum of RGB (Red+Green+Blue) = 142+236+246=624 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.76% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #8EECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EECF6 is #711309. Grayscale: #D0D0D0. Windows color (decimal): -7410442 or 16182414. OLE color: 16182414.

HSL color Cylindrical-coordinate representation of color #8EECF6: hue angle of 185.77º degrees, saturation: 0.85, 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 #8EECF6 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 236 246 -
CMYK 0.42 0.04 0 0.04
HSL 185.77º 0.85% 0.76% -
HSV(B) 185.77º 0.42% 0.96% -
XYZ 57.79 72.4 98.12 -
YUV 209.03 148.86 80.19 -
System Red Green Blue C M Y K H S L
Decimal 142 236 246 0.42 0.04 0 0.04 185.77 0.85 0.76
Hex 8E EC F6 2A 4 0 4 BA 55 4C
Octal 216 354 366 52 4 0 4 272 125 114
Binary 10001110 11101100 11110110 101010 100 0 100 10111010 1010101 1001100

Color Harmonies of #8EECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EECF6

Black with #8EECF6

Text Example


Text Example

White with #8EECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,236,246); }

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

background-color css

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

 a { background-color: rgb(142,236,246); }

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

border-color css

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

 span { border-color: rgb(142,236,246); }

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