#85B9EE

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

Shades of Jordy Blue #85B9EE

Tints of Jordy Blue #85B9EE

Color information

#85B9EE (or 0x85B9EE) is unknown color: approx Jordy Blue. HEX triplet: 85, B9 and EE. RGB value is (133,185,238). Sum of RGB (Red+Green+Blue) = 133+185+238=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #85B9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B9EE is #7A4611. Grayscale: #AFAFAF. Windows color (decimal): -8013330 or 15645061. OLE color: 15645061.

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

Color convert

RGB133185238-
CMYK0.440.2200.07
HSL210.29º75.54%72.75%-
HSV(B)210.29º44.12%93.33%-
XYZ42.4545.8687.5-
YUV175.49163.2797.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.92%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=23.92%
G=33.27%
B=42.81%

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
Decimal1331852380.440.2200.07210.2975.5472.75
Hex85B9EE2C1607d24c49
Octal205271356542607322114111
Binary1000010110111001111011101011001011001111101001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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