Html Css Color HEX #8EEFFF Electric Blue

📋 copy color: '#8EEFFF'

red 142 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #8EEFFF

Tints of Electric Blue #8EEFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.58%

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

R = 22.33%
G = 37.58%
B = 40.09%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8EEFFF (or 0x8EEFFF) is known color: Electric Blue. HEX triplet: 8E, EF and FF. RGB value is (142,239,255). Sum of RGB (Red+Green+Blue) = 142+239+255=636 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.33% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EEFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEFFF is #711000. Grayscale: #D3D3D3. Windows color (decimal): -7409665 or 16773006. OLE color: 16773006.

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

Color convert

RGB 142 239 255 -
CMYK 0.44 0.06 0 0
HSL 188.5º 1% 0.78% -
HSV(B) 188.5º 0.44% 1% -
XYZ 60.07 74.7 105.86 -
YUV 211.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 142 239 255 0.44 0.06 0 0 188.5 1 0.78
Hex 8E EF FF 2C 6 0 0 BC 64 4E
Octal 216 357 377 54 6 0 0 274 144 116
Binary 10001110 11101111 11111111 101100 110 0 0 10111100 1100100 1001110

Color Harmonies of #8EEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEFFF

Black with #8EEFFF

Text Example


Text Example

White with #8EEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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