#8FF4FB

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

Shades of Electric Blue #8FF4FB

Tints of Electric Blue #8FF4FB

Color information

#8FF4FB (or 0x8FF4FB) is unknown color: approx Electric Blue. HEX triplet: 8F, F4 and FB. RGB value is (143,244,251). Sum of RGB (Red+Green+Blue) = 143+244+251=638 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.41% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FF4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF4FB is #700B04. Grayscale: #D6D6D6. Windows color (decimal): -7342853 or 16512143. OLE color: 16512143.

HSL color Cylindrical-coordinate representation of color #8FF4FB: hue angle of 183.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FF4FB is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143244251-
CMYK0.430.0300.02
HSL183.89º93.1%77.25%-
HSV(B)183.89º43.03%98.43%-
XYZ61.0977.51103.01-
YUV214.6148.5476.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.41%
GREEN value IS 244 (95.70% from 255) = 38.24%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=22.41%
G=38.24%
B=39.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432442510.430.0300.02183.8993.177.25
Hex8FF4FB2B302b85d4d
Octal21736437353302270135115
Binary100011111111010011111011101011110101011100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,244,251); }

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

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

 a { background-color: rgb(143,244,251); }

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

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

 span { border-color: rgb(143,244,251); }

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