Html Css Color HEX #8EEEEF Electric Blue

📋 copy color: '#8EEEEF'

red 142 ◦ green 238 ◦ blue 239

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

Shades of Electric Blue #8EEEEF

Tints of Electric Blue #8EEEEF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.45%

 BLUE value IS 239 (93.75% from 255) = 38.61%

R = 22.94%
G = 38.45%
B = 38.61%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8EEEEF (or 0x8EEEEF) is known color: Electric Blue. HEX triplet: 8E, EE and EF. RGB value is (142,238,239). Sum of RGB (Red+Green+Blue) = 142+238+239=619 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.94% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEEEF is #711110. Grayscale: #D1D1D1. Windows color (decimal): -7409937 or 15724174. OLE color: 15724174.

HSL color Cylindrical-coordinate representation of color #8EEEEF: hue angle of 180.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EEEEF is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 238 239 -
CMYK 0.41 0.00 0 0.06
HSL 180.62º 0.75% 0.75% -
HSV(B) 180.62º 0.41% 0.94% -
XYZ 57.31 73.13 92.76 -
YUV 209.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 142 238 239 0.41 0.00 0 0.06 180.62 0.75 0.75
Hex 8E EE EF 29 0 0 6 B5 4B 4B
Octal 216 356 357 51 0 0 6 265 113 113
Binary 10001110 11101110 11101111 101001 0 0 110 10110101 1001011 1001011

Color Harmonies of #8EEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEEEF

Black with #8EEEEF

Text Example


Text Example

White with #8EEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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