#8FEDFC

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

Shades of Electric Blue #8FEDFC

Tints of Electric Blue #8FEDFC

Color information

#8FEDFC (or 0x8FEDFC) is unknown color: approx Electric Blue. HEX triplet: 8F, ED and FC. RGB value is (143,237,252). Sum of RGB (Red+Green+Blue) = 143+237+252=632 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.63% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FEDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDFC is #701203. Grayscale: #D2D2D2. Windows color (decimal): -7344644 or 16575887. OLE color: 16575887.

HSL color Cylindrical-coordinate representation of color #8FEDFC: hue angle of 188.26º 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 #8FEDFC is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143237252-
CMYK0.430.0600.01
HSL188.26º94.78%77.45%-
HSV(B)188.26º43.25%98.82%-
XYZ59.1873.44103.15-
YUV210.6151.3679.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.63%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=22.63%
G=37.5%
B=39.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432372520.430.0600.01188.2694.7877.45
Hex8FEDFC2B601bc5f4d
Octal21735537453601274137115
Binary100011111110110111111100101011110011011110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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