#8FFCF2

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

Shades of Electric Blue #8FFCF2

Tints of Electric Blue #8FFCF2

Color information

#8FFCF2 (or 0x8FFCF2) is unknown color: approx Electric Blue. HEX triplet: 8F, FC and F2. RGB value is (143,252,242). Sum of RGB (Red+Green+Blue) = 143+252+242=637 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.45% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCF2 is #70030D. Grayscale: #DADADA. Windows color (decimal): -7340814 or 15924367. OLE color: 15924367.

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

Color convert

RGB143252242-
CMYK0.4300.040.01
HSL174.5º94.78%77.45%-
HSV(B)174.5º43.25%98.82%-
XYZ62.1781.8796.53-
YUV218.27141.3974.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.45%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=22.45%
G=39.56%
B=37.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432522420.4300.040.01174.594.7877.45
Hex8FFCF22B041ae5f4d
Octal21737436253041256137115
Binary100011111111110011110010101011010011010111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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