#71ACDD

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

Shades of Jordy Blue #71ACDD

Tints of Jordy Blue #71ACDD

Color information

#71ACDD (or 0x71ACDD) is unknown color: approx Jordy Blue. HEX triplet: 71, AC and DD. RGB value is (113,172,221). Sum of RGB (Red+Green+Blue) = 113+172+221=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #71ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACDD is #8E5322. Grayscale: #9F9F9F. Windows color (decimal): -9327395 or 14527601. OLE color: 14527601.

HSL color Cylindrical-coordinate representation of color #71ACDD: hue angle of 207.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71ACDD is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113172221-
CMYK0.490.2200.13
HSL207.22º61.36%65.49%-
HSV(B)207.22º48.87%86.67%-
XYZ34.6138.2473.96-
YUV159.94162.4594.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.33%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=22.33%
G=33.99%
B=43.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131722210.490.2200.13207.2261.3665.49
Hex71ACDD31160Dcf3d41
Octal161254335612601531775101
Binary111000110101100110111011100011011001101110011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,172,221); }

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

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

 a { background-color: rgb(113,172,221); }

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

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

 span { border-color: rgb(113,172,221); }

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