Html Css Color HEX #8EECFF Electric Blue

📋 copy color: '#8EECFF'

red 142 ◦ green 236 ◦ blue 255

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

Shades of Electric Blue #8EECFF

Tints of Electric Blue #8EECFF

RGB

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

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

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

R = 22.43%
G = 37.28%
B = 40.28%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8EECFF (or 0x8EECFF) is known color: Electric Blue. HEX triplet: 8E, EC and FF. RGB value is (142,236,255). Sum of RGB (Red+Green+Blue) = 142+236+255=633 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.43% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EECFF is #711300. Grayscale: #D1D1D1. Windows color (decimal): -7410433 or 16772238. OLE color: 16772238.

HSL color Cylindrical-coordinate representation of color #8EECFF: hue angle of 190.09º 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 #8EECFF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 236 255 -
CMYK 0.44 0.07 0 0
HSL 190.09º 1% 0.78% -
HSV(B) 190.09º 0.44% 1% -
XYZ 59.2 72.96 105.57 -
YUV 210.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 142 236 255 0.44 0.07 0 0 190.09 1 0.78
Hex 8E EC FF 2C 7 0 0 BE 64 4E
Octal 216 354 377 54 7 0 0 276 144 116
Binary 10001110 11101100 11111111 101100 111 0 0 10111110 1100100 1001110

Color Harmonies of #8EECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EECFF

Black with #8EECFF

Text Example


Text Example

White with #8EECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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