#8FFDF2

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

Shades of Electric Blue #8FFDF2

Tints of Electric Blue #8FFDF2

Color information

#8FFDF2 (or 0x8FFDF2) is unknown color: approx Electric Blue. HEX triplet: 8F, FD and F2. RGB value is (143,253,242). Sum of RGB (Red+Green+Blue) = 143+253+242=638 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.41% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFDF2 is #70020D. Grayscale: #DADADA. Windows color (decimal): -7340558 or 15924623. OLE color: 15924623.

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

Color convert

RGB143253242-
CMYK0.4300.040.01
HSL174º96.49%77.65%-
HSV(B)174º43.48%99.22%-
XYZ62.4882.596.64-
YUV218.86141.0673.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.41%
GREEN value IS 253 (99.22% from 255) = 39.66%
BLUE value IS 242 (94.92% from 255) = 37.93%
R=22.41%
G=39.66%
B=37.93%

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
Decimal1432532420.4300.040.0117496.4977.65
Hex8FFDF22B041ae604e
Octal21737536253041256140116
Binary100011111111110111110010101011010011010111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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