#85AFDC

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

Shades of Jordy Blue #85AFDC

Tints of Jordy Blue #85AFDC

Color information

#85AFDC (or 0x85AFDC) is unknown color: approx Jordy Blue. HEX triplet: 85, AF and DC. RGB value is (133,175,220). Sum of RGB (Red+Green+Blue) = 133+175+220=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #85AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFDC is #7A5023. Grayscale: #A7A7A7. Windows color (decimal): -8015908 or 14462853. OLE color: 14462853.

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

Color convert

RGB133175220-
CMYK0.400.2000.14
HSL211.03º55.41%69.22%-
HSV(B)211.03º39.55%86.27%-
XYZ37.9240.8173.59-
YUV167.57157.59103.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=25.19%
G=33.14%
B=41.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331752200.400.2000.14211.0355.4169.22
Hex85AFDC28140Ed33745
Octal205257334502401632367105
Binary1000010110101111110111001010001010001110110100111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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