#8CF2FF

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

Shades of Electric Blue #8CF2FF

Tints of Electric Blue #8CF2FF

Color information

#8CF2FF (or 0x8CF2FF) is unknown color: approx Electric Blue. HEX triplet: 8C, F2 and FF. RGB value is (140,242,255). Sum of RGB (Red+Green+Blue) = 140+242+255=637 (84% of max value = 765). Red value is 140 (55.08% from 255 or 21.98% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF2FF is #730D00. Grayscale: #D4D4D4. Windows color (decimal): -7539969 or 16773772. OLE color: 16773772.

HSL color Cylindrical-coordinate representation of color #8CF2FF: hue angle of 186.78º 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 #8CF2FF is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB140242255-
CMYK0.450.0500
HSL186.78º100%77.45%-
HSV(B)186.78º45.1%100%-
XYZ60.6276.3106.14-
YUV212.98151.7175.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 21.98%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 255 (100% from 255) = 40.03%
R=21.98%
G=37.99%
B=40.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402422550.450.0500186.7810077.45
Hex8CF2FF2D500bb644d
Octal21436237755500273144115
Binary100011001111001011111111101101101001011101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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