#85A4DD

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

Shades of Jordy Blue #85A4DD

Tints of Jordy Blue #85A4DD

Color information

#85A4DD (or 0x85A4DD) is unknown color: approx Jordy Blue. HEX triplet: 85, A4 and DD. RGB value is (133,164,221). Sum of RGB (Red+Green+Blue) = 133+164+221=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #85A4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A4DD is #7A5B22. Grayscale: #A0A0A0. Windows color (decimal): -8018723 or 14525573. OLE color: 14525573.

HSL color Cylindrical-coordinate representation of color #85A4DD: hue angle of 218.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A4DD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133164221-
CMYK0.400.2600.13
HSL218.86º56.41%69.41%-
HSV(B)218.86º39.82%86.67%-
XYZ3636.7673.6-
YUV161.23161.73107.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.68%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=25.68%
G=31.66%
B=42.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331642210.400.2600.13218.8656.4169.41
Hex85A4DD281A0Ddb3845
Octal205244335503201533370105
Binary1000010110100100110111011010001101001101110110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,164,221); }

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

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

 a { background-color: rgb(133,164,221); }

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

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

 span { border-color: rgb(133,164,221); }

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