#85B9EC

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

Shades of Jordy Blue #85B9EC

Tints of Jordy Blue #85B9EC

Color information

#85B9EC (or 0x85B9EC) is unknown color: approx Jordy Blue. HEX triplet: 85, B9 and EC. RGB value is (133,185,236). Sum of RGB (Red+Green+Blue) = 133+185+236=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #85B9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B9EC is #7A4613. Grayscale: #AFAFAF. Windows color (decimal): -8013332 or 15513989. OLE color: 15513989.

HSL color Cylindrical-coordinate representation of color #85B9EC: hue angle of 209.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85B9EC is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133185236-
CMYK0.440.2200.07
HSL209.71º73.05%72.35%-
HSV(B)209.71º43.64%92.55%-
XYZ42.1645.7485.96-
YUV175.27162.2797.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.01%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=24.01%
G=33.39%
B=42.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331852360.440.2200.07209.7173.0572.35
Hex85B9EC2C1607d24948
Octal205271354542607322111110
Binary1000010110111001111011001011001011001111101001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,185,236); }

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

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

 a { background-color: rgb(133,185,236); }

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

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

 span { border-color: rgb(133,185,236); }

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