#71AFDD

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

Shades of Jordy Blue #71AFDD

Tints of Jordy Blue #71AFDD

Color information

#71AFDD (or 0x71AFDD) is unknown color: approx Jordy Blue. HEX triplet: 71, AF and DD. RGB value is (113,175,221). Sum of RGB (Red+Green+Blue) = 113+175+221=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #71AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AFDD is #8E5022. Grayscale: #A1A1A1. Windows color (decimal): -9326627 or 14528369. OLE color: 14528369.

HSL color Cylindrical-coordinate representation of color #71AFDD: hue angle of 205.56º 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 #71AFDD is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113175221-
CMYK0.490.2100.13
HSL205.56º61.36%65.49%-
HSV(B)205.56º48.87%86.67%-
XYZ35.1939.3974.16-
YUV161.71161.4693.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.20%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=22.20%
G=34.38%
B=43.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131752210.490.2100.13205.5661.3665.49
Hex71AFDD31150Dce3d41
Octal161257335612501531675101
Binary111000110101111110111011100011010101101110011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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