#8CF2FB

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

Shades of Electric Blue #8CF2FB

Tints of Electric Blue #8CF2FB

Color information

#8CF2FB (or 0x8CF2FB) is unknown color: approx Electric Blue. HEX triplet: 8C, F2 and FB. RGB value is (140,242,251). Sum of RGB (Red+Green+Blue) = 140+242+251=633 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.12% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CF2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF2FB is #730D04. Grayscale: #D4D4D4. Windows color (decimal): -7539973 or 16511628. OLE color: 16511628.

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

Color convert

RGB140242251-
CMYK0.440.0400.02
HSL184.86º93.28%76.67%-
HSV(B)184.86º44.22%98.43%-
XYZ59.9876.04102.78-
YUV212.53149.7176.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.12%
GREEN value IS 242 (94.92% from 255) = 38.23%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=22.12%
G=38.23%
B=39.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402422510.440.0400.02184.8693.2876.67
Hex8CF2FB2C402b95d4d
Octal21436237354402271135115
Binary1000110011110010111110111011001000101011100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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