Html Css Color HEX #8CEFE6 Electric Blue

📋 copy color: '#8CEFE6'

red 140 ◦ green 239 ◦ blue 230

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

Shades of Electric Blue #8CEFE6

Tints of Electric Blue #8CEFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.77%

R = 22.99%
G = 39.24%
B = 37.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#8CEFE6 (or 0x8CEFE6) is known color: Electric Blue. HEX triplet: 8C, EF and E6. RGB value is (140,239,230). Sum of RGB (Red+Green+Blue) = 140+239+230=609 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.99% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEFE6 is #731019. Grayscale: #D0D0D0. Windows color (decimal): -7540762 or 15134604. OLE color: 15134604.

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

Color convert

RGB 140 239 230 -
CMYK 0.41 0 0.04 0.06
HSL 174.55º 0.76% 0.74% -
HSV(B) 174.55º 0.41% 0.94% -
XYZ 55.96 73.02 86.01 -
YUV 208.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 140 239 230 0.41 0 0.04 0.06 174.55 0.76 0.74
Hex 8C EF E6 29 0 4 6 AF 4C 4A
Octal 214 357 346 51 0 4 6 257 114 112
Binary 10001100 11101111 11100110 101001 0 100 110 10101111 1001100 1001010

Color Harmonies of #8CEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEFE6

Black with #8CEFE6

Text Example


Text Example

White with #8CEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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