#8CF2FC

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

Shades of Electric Blue #8CF2FC

Tints of Electric Blue #8CF2FC

Color information

#8CF2FC (or 0x8CF2FC) is unknown color: approx Electric Blue. HEX triplet: 8C, F2 and FC. RGB value is (140,242,252). Sum of RGB (Red+Green+Blue) = 140+242+252=634 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.08% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CF2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF2FC is #730D03. Grayscale: #D4D4D4. Windows color (decimal): -7539972 or 16577164. OLE color: 16577164.

HSL color Cylindrical-coordinate representation of color #8CF2FC: hue angle of 185.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CF2FC is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140242252-
CMYK0.440.0400.01
HSL185.36º94.92%76.86%-
HSV(B)185.36º44.44%98.82%-
XYZ60.1476.11103.62-
YUV212.64150.2176.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.08%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=22.08%
G=38.17%
B=39.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402422520.440.0400.01185.3694.9276.86
Hex8CF2FC2C401b95f4d
Octal21436237454401271137115
Binary100011001111001011111100101100100011011100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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