#8FF9FD

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

Shades of Electric Blue #8FF9FD

Tints of Electric Blue #8FF9FD

Color information

#8FF9FD (or 0x8FF9FD) is unknown color: approx Electric Blue. HEX triplet: 8F, F9 and FD. RGB value is (143,249,253). Sum of RGB (Red+Green+Blue) = 143+249+253=645 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.17% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FF9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF9FD is #700602. Grayscale: #D9D9D9. Windows color (decimal): -7341571 or 16644495. OLE color: 16644495.

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

Color convert

RGB143249253-
CMYK0.430.0200.01
HSL182.18º96.49%77.65%-
HSV(B)182.18º43.48%99.22%-
XYZ62.9380.68105.18-
YUV217.76147.8874.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.17%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=22.17%
G=38.60%
B=39.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432492530.430.0200.01182.1896.4977.65
Hex8FF9FD2B201b6604e
Octal21737137553201266140116
Binary10001111111110011111110110101110011011011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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