#85A5DC

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

Shades of Jordy Blue #85A5DC

Tints of Jordy Blue #85A5DC

Color information

#85A5DC (or 0x85A5DC) is unknown color: approx Jordy Blue. HEX triplet: 85, A5 and DC. RGB value is (133,165,220). Sum of RGB (Red+Green+Blue) = 133+165+220=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #85A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A5DC is #7A5A23. Grayscale: #A1A1A1. Windows color (decimal): -8018468 or 14460293. OLE color: 14460293.

HSL color Cylindrical-coordinate representation of color #85A5DC: hue angle of 217.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A5DC is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133165220-
CMYK0.400.2500.14
HSL217.93º55.41%69.22%-
HSV(B)217.93º39.55%86.27%-
XYZ36.0537.0672.96-
YUV161.7160.9107.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.68%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=25.68%
G=31.85%
B=42.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331652200.400.2500.14217.9355.4169.22
Hex85A5DC28190Eda3745
Octal205245334503101633267105
Binary1000010110100101110111001010001100101110110110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,165,220); }

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

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

 a { background-color: rgb(133,165,220); }

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

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

 span { border-color: rgb(133,165,220); }

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