#85D4F0

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

Shades of Sky Blue #85D4F0

Tints of Sky Blue #85D4F0

Color information

#85D4F0 (or 0x85D4F0) is unknown color: approx Sky Blue. HEX triplet: 85, D4 and F0. RGB value is (133,212,240). Sum of RGB (Red+Green+Blue) = 133+212+240=585 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.74% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #85D4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D4F0 is #7A2B0F. Grayscale: #BFBFBF. Windows color (decimal): -8006416 or 15783045. OLE color: 15783045.

HSL color Cylindrical-coordinate representation of color #85D4F0: hue angle of 195.7º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85D4F0 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB133212240-
CMYK0.450.1200.06
HSL195.7º78.1%73.14%-
HSV(B)195.7º44.58%94.12%-
XYZ48.9458.3691.12-
YUV191.57155.3386.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.74%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 240 (94.14% from 255) = 41.03%
R=22.74%
G=36.24%
B=41.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332122400.450.1200.06195.778.173.14
Hex85D4F02DC06c44e49
Octal205324360551406304116111
Binary100001011101010011110000101101110001101100010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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