Html Css Color HEX #8EFCF9 Electric Blue

📋 copy color: '#8EFCF9'

red 142 ◦ green 252 ◦ blue 249

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

Shades of Electric Blue #8EFCF9

Tints of Electric Blue #8EFCF9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.19%

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

R = 22.08%
G = 39.19%
B = 38.72%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#8EFCF9 (or 0x8EFCF9) is known color: Electric Blue. HEX triplet: 8E, FC and F9. RGB value is (142,252,249). Sum of RGB (Red+Green+Blue) = 142+252+249=643 (85% of max value = 765). Red value is 142 (55.86% from 255 or 22.08% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFCF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFCF9 is #710306. Grayscale: #DADADA. Windows color (decimal): -7406343 or 16383118. OLE color: 16383118.

HSL color Cylindrical-coordinate representation of color #8EFCF9: hue angle of 178.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFCF9 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 252 249 -
CMYK 0.44 0 0.01 0.01
HSL 178.36º 0.95% 0.77% -
HSV(B) 178.36º 0.44% 0.99% -
XYZ 63.06 82.21 102.17 -
YUV 218.77 145.06 73.24 -
System Red Green Blue C M Y K H S L
Decimal 142 252 249 0.44 0 0.01 0.01 178.36 0.95 0.77
Hex 8E FC F9 2C 0 1 1 B2 5F 4D
Octal 216 374 371 54 0 1 1 262 137 115
Binary 10001110 11111100 11111001 101100 0 1 1 10110010 1011111 1001101

Color Harmonies of #8EFCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFCF9

Black with #8EFCF9

Text Example


Text Example

White with #8EFCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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