#85E6FB

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

Shades of Electric Blue #85E6FB

Tints of Electric Blue #85E6FB

Color information

#85E6FB (or 0x85E6FB) is unknown color: approx Electric Blue. HEX triplet: 85, E6 and FB. RGB value is (133,230,251). Sum of RGB (Red+Green+Blue) = 133+230+251=614 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.66% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #85E6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E6FB is #7A1904. Grayscale: #CBCBCB. Windows color (decimal): -8001797 or 16508549. OLE color: 16508549.

HSL color Cylindrical-coordinate representation of color #85E6FB: hue angle of 190.68º 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 #85E6FB is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133230251-
CMYK0.470.0800.02
HSL190.68º93.65%75.29%-
HSV(B)190.68º47.01%98.43%-
XYZ55.3868.55101.58-
YUV203.39154.8677.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.66%
GREEN value IS 230 (90.23% from 255) = 37.46%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=21.66%
G=37.46%
B=40.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332302510.470.0800.02190.6893.6575.29
Hex85E6FB2F802bf5e4b
Octal205346373571002277136113
Binary10000101111001101111101110111110000101011111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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