Html Css Color HEX #8CEFE8 Electric Blue

📋 copy color: '#8CEFE8'

red 140 ◦ green 239 ◦ blue 232

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

Shades of Electric Blue #8CEFE8

Tints of Electric Blue #8CEFE8

RGB

 RED value IS 140 (55.08% from 255) = 22.91%

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

 BLUE value IS 232 (91.02% from 255) = 37.97%

R = 22.91%
G = 39.12%
B = 37.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#8CEFE8 (or 0x8CEFE8) is known color: Electric Blue. HEX triplet: 8C, EF and E8. RGB value is (140,239,232). Sum of RGB (Red+Green+Blue) = 140+239+232=611 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.91% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEFE8 is #731017. Grayscale: #D0D0D0. Windows color (decimal): -7540760 or 15265676. OLE color: 15265676.

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

Color convert

RGB 140 239 232 -
CMYK 0.41 0 0.03 0.06
HSL 175.76º 0.76% 0.74% -
HSV(B) 175.76º 0.41% 0.94% -
XYZ 56.25 73.13 87.5 -
YUV 208.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 140 239 232 0.41 0 0.03 0.06 175.76 0.76 0.74
Hex 8C EF E8 29 0 3 6 B0 4C 4A
Octal 214 357 350 51 0 3 6 260 114 112
Binary 10001100 11101111 11101000 101001 0 11 110 10110000 1001100 1001010

Color Harmonies of #8CEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEFE8

Black with #8CEFE8

Text Example


Text Example

White with #8CEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,239,232); }

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

background-color css

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

 a { background-color: rgb(140,239,232); }

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

border-color css

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

 span { border-color: rgb(140,239,232); }

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