#71AAD9

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

Shades of Jordy Blue #71AAD9

Tints of Jordy Blue #71AAD9

Color information

#71AAD9 (or 0x71AAD9) is unknown color: approx Jordy Blue. HEX triplet: 71, AA and D9. RGB value is (113,170,217). Sum of RGB (Red+Green+Blue) = 113+170+217=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #71AAD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AAD9 is #8E5526. Grayscale: #9E9E9E. Windows color (decimal): -9327911 or 14264945. OLE color: 14264945.

HSL color Cylindrical-coordinate representation of color #71AAD9: hue angle of 207.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71AAD9 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113170217-
CMYK0.480.2200.15
HSL207.12º57.78%64.71%-
HSV(B)207.12º47.93%85.1%-
XYZ33.7137.2771.06-
YUV158.32161.1295.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.6%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 217 (85.16% from 255) = 43.4%
R=22.6%
G=34%
B=43.4%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131702170.480.2200.15207.1257.7864.71
Hex71AAD930160Fcf3a41
Octal161252331602601731772101
Binary111000110101010110110011100001011001111110011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71AAD9; }

 p { color: rgb(113,170,217); }

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

<style>
 a { background-color: #71AAD9; }

 a { background-color: rgb(113,170,217); }

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

<style>
 span { border-color: #71AAD9; }

 span { border-color: rgb(113,170,217); }

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