#85B9EB

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

Shades of Jordy Blue #85B9EB

Tints of Jordy Blue #85B9EB

Color information

#85B9EB (or 0x85B9EB) is unknown color: approx Jordy Blue. HEX triplet: 85, B9 and EB. RGB value is (133,185,235). Sum of RGB (Red+Green+Blue) = 133+185+235=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #85B9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B9EB is #7A4614. Grayscale: #AEAEAE. Windows color (decimal): -8013333 or 15448453. OLE color: 15448453.

HSL color Cylindrical-coordinate representation of color #85B9EB: hue angle of 209.41º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85B9EB is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133185235-
CMYK0.430.2100.08
HSL209.41º71.83%72.16%-
HSV(B)209.41º43.4%92.16%-
XYZ42.0245.6885.2-
YUV175.15161.7797.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.05%
GREEN value IS 185 (72.66% from 255) = 33.45%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=24.05%
G=33.45%
B=42.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331852350.430.2100.08209.4171.8372.16
Hex85B9EB2B1508d14848
Octal2052713535325010321110110
Binary10000101101110011110101110101110101010001101000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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