#85A7DC

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

Shades of Jordy Blue #85A7DC

Tints of Jordy Blue #85A7DC

Color information

#85A7DC (or 0x85A7DC) is unknown color: approx Jordy Blue. HEX triplet: 85, A7 and DC. RGB value is (133,167,220). Sum of RGB (Red+Green+Blue) = 133+167+220=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #85A7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A7DC is #7A5823. Grayscale: #A2A2A2. Windows color (decimal): -8017956 or 14460805. OLE color: 14460805.

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

Color convert

RGB133167220-
CMYK0.400.2400.14
HSL216.55º55.41%69.22%-
HSV(B)216.55º39.55%86.27%-
XYZ36.4137.7973.09-
YUV162.88160.24106.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=25.58%
G=32.12%
B=42.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331672200.400.2400.14216.5555.4169.22
Hex85A7DC28180Ed93745
Octal205247334503001633167105
Binary1000010110100111110111001010001100001110110110011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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