#85ACDB

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

Shades of Jordy Blue #85ACDB

Tints of Jordy Blue #85ACDB

Color information

#85ACDB (or 0x85ACDB) is unknown color: approx Jordy Blue. HEX triplet: 85, AC and DB. RGB value is (133,172,219). Sum of RGB (Red+Green+Blue) = 133+172+219=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #85ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACDB is #7A5324. Grayscale: #A5A5A5. Windows color (decimal): -8016677 or 14396549. OLE color: 14396549.

HSL color Cylindrical-coordinate representation of color #85ACDB: hue angle of 212.79º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85ACDB is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133172219-
CMYK0.390.2100.14
HSL212.79º54.43%69.02%-
HSV(B)212.79º39.27%85.88%-
XYZ37.2139.6172.7-
YUV165.7158.08104.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.38%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=25.38%
G=32.82%
B=41.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331722190.390.2100.14212.7954.4369.02
Hex85ACDB27150Ed53645
Octal205254333472501632566105
Binary1000010110101100110110111001111010101110110101011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,172,219); }

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

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

 a { background-color: rgb(133,172,219); }

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

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

 span { border-color: rgb(133,172,219); }

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