Html Css Color HEX #8EFEFF Electric Blue

📋 copy color: '#8EFEFF'

red 142 ◦ green 254 ◦ blue 255

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

Shades of Electric Blue #8EFEFF

Tints of Electric Blue #8EFEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.02%

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

R = 21.81%
G = 39.02%
B = 39.17%

CMYK

 C value IS 0.44

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8EFEFF (or 0x8EFEFF) is known color: Electric Blue. HEX triplet: 8E, FE and FF. RGB value is (142,254,255). Sum of RGB (Red+Green+Blue) = 142+254+255=651 (86% of max value = 765). Red value is 142 (55.86% from 255 or 21.81% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFEFF is #710100. Grayscale: #DCDCDC. Windows color (decimal): -7405825 or 16776846. OLE color: 16776846.

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

Color convert

RGB 142 254 255 -
CMYK 0.44 0.00 0 0
HSL 180.53º 1% 0.78% -
HSV(B) 180.53º 0.44% 1% -
XYZ 64.65 83.85 107.39 -
YUV 220.63 147.39 71.92 -
System Red Green Blue C M Y K H S L
Decimal 142 254 255 0.44 0.00 0 0 180.53 1 0.78
Hex 8E FE FF 2C 0 0 0 B5 64 4E
Octal 216 376 377 54 0 0 0 265 144 116
Binary 10001110 11111110 11111111 101100 0 0 0 10110101 1100100 1001110

Color Harmonies of #8EFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFEFF

Black with #8EFEFF

Text Example


Text Example

White with #8EFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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