Html Css Color HEX #8CFBEC Electric Blue

📋 copy color: '#8CFBEC'

red 140 ◦ green 251 ◦ blue 236

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

Shades of Electric Blue #8CFBEC

Tints of Electric Blue #8CFBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.03%

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

R = 22.33%
G = 40.03%
B = 37.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#8CFBEC (or 0x8CFBEC) is known color: Electric Blue. HEX triplet: 8C, FB and EC. RGB value is (140,251,236). Sum of RGB (Red+Green+Blue) = 140+251+236=627 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.33% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFBEC is #730413. Grayscale: #D8D8D8. Windows color (decimal): -7537684 or 15530892. OLE color: 15530892.

HSL color Cylindrical-coordinate representation of color #8CFBEC: hue angle of 171.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBEC is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 251 236 -
CMYK 0.44 0 0.06 0.02
HSL 171.89º 0.93% 0.77% -
HSV(B) 171.89º 0.44% 0.98% -
XYZ 60.45 80.63 91.73 -
YUV 216.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 140 251 236 0.44 0 0.06 0.02 171.89 0.93 0.77
Hex 8C FB EC 2C 0 6 2 AC 5D 4D
Octal 214 373 354 54 0 6 2 254 135 115
Binary 10001100 11111011 11101100 101100 0 110 10 10101100 1011101 1001101

Color Harmonies of #8CFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFBEC

Black with #8CFBEC

Text Example


Text Example

White with #8CFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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