#8cfff9

Color #8CFFF9 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #8CFFF9

Tints of Electric Blue #8CFFF9

Color information

#8CFFF9 (or 0x8CFFF9) is unknown color: approx Electric Blue. HEX triplet: 8C, FF and F9. RGB value is (140,255,249). Sum of RGB (Red+Green+Blue) = 140+255+249=644 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.74% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFF9 is #730006. Grayscale: #DBDBDB. Windows color (decimal): -7536647 or 16383884. OLE color: 16383884.

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

Color convert

RGB140255249-
CMYK0.4500.020
HSL176.87º100%77.45%-
HSV(B)176.87º45.1%100%-
XYZ63.6783.94102.47-
YUV219.93144.470.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 21.74%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=21.74%
G=39.60%
B=38.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402552490.4500.020176.8710077.45
Hex8CFFF92D020b1644d
Octal21437737155020261144115
Binary10001100111111111111100110110101001011000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cfff9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8cfff9;
 }
 .AnyTagClassName
 {
   color: #8cfff9;
 }
</style>
background-color css

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

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

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

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

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

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