#85B5EB

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

Shades of Jordy Blue #85B5EB

Tints of Jordy Blue #85B5EB

Color information

#85B5EB (or 0x85B5EB) is unknown color: approx Jordy Blue. HEX triplet: 85, B5 and EB. RGB value is (133,181,235). Sum of RGB (Red+Green+Blue) = 133+181+235=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #85B5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B5EB is #7A4A14. Grayscale: #ACACAC. Windows color (decimal): -8014357 or 15447429. OLE color: 15447429.

HSL color Cylindrical-coordinate representation of color #85B5EB: hue angle of 211.76º 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 #85B5EB is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133181235-
CMYK0.430.2300.08
HSL211.76º71.83%72.16%-
HSV(B)211.76º43.4%92.16%-
XYZ41.1944.0384.93-
YUV172.8163.199.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.23%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=24.23%
G=32.97%
B=42.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331812350.430.2300.08211.7671.8372.16
Hex85B5EB2B1708d44848
Octal2052653535327010324110110
Binary10000101101101011110101110101110111010001101010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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