#85ACDC

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

Shades of Jordy Blue #85ACDC

Tints of Jordy Blue #85ACDC

Color information

#85ACDC (or 0x85ACDC) is unknown color: approx Jordy Blue. HEX triplet: 85, AC and DC. RGB value is (133,172,220). Sum of RGB (Red+Green+Blue) = 133+172+220=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #85ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACDC is #7A5323. Grayscale: #A5A5A5. Windows color (decimal): -8016676 or 14462085. OLE color: 14462085.

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

Color convert

RGB133172220-
CMYK0.400.2200.14
HSL213.1º55.41%69.22%-
HSV(B)213.1º39.55%86.27%-
XYZ37.3439.6673.4-
YUV165.81158.58104.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.33%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=25.33%
G=32.76%
B=41.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331722200.400.2200.14213.155.4169.22
Hex85ACDC28160Ed53745
Octal205254334502601632567105
Binary1000010110101100110111001010001011001110110101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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