#71AAD4

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

Shades of Jordy Blue #71AAD4

Tints of Jordy Blue #71AAD4

Color information

#71AAD4 (or 0x71AAD4) is unknown color: approx Jordy Blue. HEX triplet: 71, AA and D4. RGB value is (113,170,212). Sum of RGB (Red+Green+Blue) = 113+170+212=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #71AAD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AAD4 is #8E552B. Grayscale: #9D9D9D. Windows color (decimal): -9327916 or 13937265. OLE color: 13937265.

HSL color Cylindrical-coordinate representation of color #71AAD4: hue angle of 205.45º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71AAD4 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB113170212-
CMYK0.470.2000.17
HSL205.45º53.51%63.73%-
HSV(B)205.45º46.7%83.14%-
XYZ33.0737.0167.69-
YUV157.74158.6296.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.83%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=22.83%
G=34.34%
B=42.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1131702120.470.2000.17205.4553.5163.73
Hex71AAD42F14011cd3640
Octal161252324572402131566100
Binary1110001101010101101010010111110100010001110011011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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