#85A2DC

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

Shades of Jordy Blue #85A2DC

Tints of Jordy Blue #85A2DC

Color information

#85A2DC (or 0x85A2DC) is unknown color: approx Jordy Blue. HEX triplet: 85, A2 and DC. RGB value is (133,162,220). Sum of RGB (Red+Green+Blue) = 133+162+220=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #85A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2DC is #7A5D23. Grayscale: #9F9F9F. Windows color (decimal): -8019236 or 14459525. OLE color: 14459525.

HSL color Cylindrical-coordinate representation of color #85A2DC: hue angle of 220º 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 #85A2DC is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133162220-
CMYK0.400.2600.14
HSL220º55.41%69.22%-
HSV(B)220º39.55%86.27%-
XYZ35.5135.9972.79-
YUV159.94161.89108.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.83%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=25.83%
G=31.46%
B=42.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331622200.400.2600.1422055.4169.22
Hex85A2DC281A0Edc3745
Octal205242334503201633467105
Binary1000010110100010110111001010001101001110110111001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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