Html Css Color HEX #8CF9EC Electric Blue

📋 copy color: '#8CF9EC'

red 140 ◦ green 249 ◦ blue 236

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

Shades of Electric Blue #8CF9EC

Tints of Electric Blue #8CF9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.84%

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

R = 22.4%
G = 39.84%
B = 37.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#8CF9EC (or 0x8CF9EC) is known color: Electric Blue. HEX triplet: 8C, F9 and EC. RGB value is (140,249,236). Sum of RGB (Red+Green+Blue) = 140+249+236=625 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.4% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF9EC is #730613. Grayscale: #D6D6D6. Windows color (decimal): -7538196 or 15530380. OLE color: 15530380.

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

Color convert

RGB 140 249 236 -
CMYK 0.44 0 0.05 0.02
HSL 172.84º 0.9% 0.76% -
HSV(B) 172.84º 0.44% 0.98% -
XYZ 59.83 79.38 91.53 -
YUV 214.93 139.89 74.56 -
System Red Green Blue C M Y K H S L
Decimal 140 249 236 0.44 0 0.05 0.02 172.84 0.9 0.76
Hex 8C F9 EC 2C 0 5 2 AD 5A 4C
Octal 214 371 354 54 0 5 2 255 132 114
Binary 10001100 11111001 11101100 101100 0 101 10 10101101 1011010 1001100

Color Harmonies of #8CF9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF9EC

Black with #8CF9EC

Text Example


Text Example

White with #8CF9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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