Html Css Color HEX #8EEFF9 Electric Blue

📋 copy color: '#8EEFF9'

red 142 ◦ green 239 ◦ blue 249

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

Shades of Electric Blue #8EEFF9

Tints of Electric Blue #8EEFF9

RGB

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

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

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

R = 22.54%
G = 37.94%
B = 39.52%

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

#8EEFF9 (or 0x8EEFF9) is known color: Electric Blue. HEX triplet: 8E, EF and F9. RGB value is (142,239,249). Sum of RGB (Red+Green+Blue) = 142+239+249=630 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.54% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #8EEFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEFF9 is #711006. Grayscale: #D3D3D3. Windows color (decimal): -7409671 or 16379790. OLE color: 16379790.

HSL color Cylindrical-coordinate representation of color #8EEFF9: hue angle of 185.61º 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 #8EEFF9 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 239 249 -
CMYK 0.43 0.04 0 0.02
HSL 185.61º 0.9% 0.77% -
HSV(B) 185.61º 0.43% 0.98% -
XYZ 59.12 74.32 100.85 -
YUV 211.14 149.36 78.69 -
System Red Green Blue C M Y K H S L
Decimal 142 239 249 0.43 0.04 0 0.02 185.61 0.9 0.77
Hex 8E EF F9 2B 4 0 2 BA 5A 4D
Octal 216 357 371 53 4 0 2 272 132 115
Binary 10001110 11101111 11111001 101011 100 0 10 10111010 1011010 1001101

Color Harmonies of #8EEFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEFF9

Black with #8EEFF9

Text Example


Text Example

White with #8EEFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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