#85F0FD

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

Shades of Electric Blue #85F0FD

Tints of Electric Blue #85F0FD

Color information

#85F0FD (or 0x85F0FD) is unknown color: approx Electric Blue. HEX triplet: 85, F0 and FD. RGB value is (133,240,253). Sum of RGB (Red+Green+Blue) = 133+240+253=626 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.25% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #85F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F0FD is #7A0F02. Grayscale: #D1D1D1. Windows color (decimal): -7999235 or 16642181. OLE color: 16642181.

HSL color Cylindrical-coordinate representation of color #85F0FD: hue angle of 186.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F0FD is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133240253-
CMYK0.470.0500.01
HSL186.5º96.77%75.69%-
HSV(B)186.5º47.43%99.22%-
XYZ58.5674.4104.2-
YUV209.49152.5573.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.25%
GREEN value IS 240 (94.14% from 255) = 38.34%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=21.25%
G=38.34%
B=40.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332402530.470.0500.01186.596.7775.69
Hex85F0FD2F501ba614c
Octal20536037557501272141114
Binary100001011111000011111101101111101011011101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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