Html Css Color HEX #8EEEF9 Electric Blue

📋 copy color: '#8EEEF9'

red 142 ◦ green 238 ◦ blue 249

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

Shades of Electric Blue #8EEEF9

Tints of Electric Blue #8EEEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.59%

R = 22.58%
G = 37.84%
B = 39.59%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8EEEF9 (or 0x8EEEF9) is known color: Electric Blue. HEX triplet: 8E, EE and F9. RGB value is (142,238,249). Sum of RGB (Red+Green+Blue) = 142+238+249=629 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.58% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #8EEEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEEF9 is #711106. Grayscale: #D2D2D2. Windows color (decimal): -7409927 or 16379534. OLE color: 16379534.

HSL color Cylindrical-coordinate representation of color #8EEEF9: hue angle of 186.17º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EEEF9 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 238 249 -
CMYK 0.43 0.04 0 0.02
HSL 186.17º 0.9% 0.77% -
HSV(B) 186.17º 0.43% 0.98% -
XYZ 58.83 73.74 100.76 -
YUV 210.55 149.7 79.11 -
System Red Green Blue C M Y K H S L
Decimal 142 238 249 0.43 0.04 0 0.02 186.17 0.9 0.77
Hex 8E EE F9 2B 4 0 2 BA 5A 4D
Octal 216 356 371 53 4 0 2 272 132 115
Binary 10001110 11101110 11111001 101011 100 0 10 10111010 1011010 1001101

Color Harmonies of #8EEEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEEF9

Black with #8EEEF9

Text Example


Text Example

White with #8EEEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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