#85F0FB

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

Shades of Electric Blue #85F0FB

Tints of Electric Blue #85F0FB

Color information

#85F0FB (or 0x85F0FB) is unknown color: approx Electric Blue. HEX triplet: 85, F0 and FB. RGB value is (133,240,251). Sum of RGB (Red+Green+Blue) = 133+240+251=624 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.31% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #85F0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F0FB is #7A0F04. Grayscale: #D1D1D1. Windows color (decimal): -7999237 or 16511109. OLE color: 16511109.

HSL color Cylindrical-coordinate representation of color #85F0FB: hue angle of 185.59º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F0FB is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133240251-
CMYK0.470.0400.02
HSL185.59º93.65%75.29%-
HSV(B)185.59º47.01%98.43%-
XYZ58.2574.27102.53-
YUV209.26151.5573.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.31%
GREEN value IS 240 (94.14% from 255) = 38.46%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=21.31%
G=38.46%
B=40.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332402510.470.0400.02185.5993.6575.29
Hex85F0FB2F402ba5e4b
Octal20536037357402272136113
Binary1000010111110000111110111011111000101011101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85F0FB; }

 p { color: rgb(133,240,251); }

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

<style>
 a { background-color: #85F0FB; }

 a { background-color: rgb(133,240,251); }

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

<style>
 span { border-color: #85F0FB; }

 span { border-color: rgb(133,240,251); }

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