Html Css Color HEX #8CEEEC Electric Blue

📋 copy color: '#8CEEEC'

red 140 ◦ green 238 ◦ blue 236

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

Shades of Electric Blue #8CEEEC

Tints of Electric Blue #8CEEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.76%

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 22.8%
G = 38.76%
B = 38.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#8CEEEC (or 0x8CEEEC) is known color: Electric Blue. HEX triplet: 8C, EE and EC. RGB value is (140,238,236). Sum of RGB (Red+Green+Blue) = 140+238+236=614 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.80% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEEEC is #731113. Grayscale: #D0D0D0. Windows color (decimal): -7541012 or 15527564. OLE color: 15527564.

HSL color Cylindrical-coordinate representation of color #8CEEEC: hue angle of 178.78º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEEEC is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 238 236 -
CMYK 0.41 0 0.01 0.07
HSL 178.78º 0.74% 0.74% -
HSV(B) 178.78º 0.41% 0.93% -
XYZ 56.53 72.78 90.43 -
YUV 208.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 140 238 236 0.41 0 0.01 0.07 178.78 0.74 0.74
Hex 8C EE EC 29 0 1 7 B3 4A 4A
Octal 214 356 354 51 0 1 7 263 112 112
Binary 10001100 11101110 11101100 101001 0 1 111 10110011 1001010 1001010

Color Harmonies of #8CEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEEEC

Black with #8CEEEC

Text Example


Text Example

White with #8CEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,238,236); }

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

background-color css

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

 a { background-color: rgb(140,238,236); }

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

border-color css

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

 span { border-color: rgb(140,238,236); }

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