#71ABD5

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

Shades of Jordy Blue #71ABD5

Tints of Jordy Blue #71ABD5

Color information

#71ABD5 (or 0x71ABD5) is unknown color: approx Jordy Blue. HEX triplet: 71, AB and D5. RGB value is (113,171,213). Sum of RGB (Red+Green+Blue) = 113+171+213=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #71ABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABD5 is #8E542A. Grayscale: #9E9E9E. Windows color (decimal): -9327659 or 14003057. OLE color: 14003057.

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

Color convert

RGB113171213-
CMYK0.470.2000.16
HSL205.2º54.35%63.92%-
HSV(B)205.2º46.95%83.53%-
XYZ33.3837.4468.42-
YUV158.45158.7895.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.74%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=22.74%
G=34.41%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1131712130.470.2000.16205.254.3563.92
Hex71ABD52F14010cd3640
Octal161253325572402031566100
Binary1110001101010111101010110111110100010000110011011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,171,213); }

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

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

 a { background-color: rgb(113,171,213); }

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

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

 span { border-color: rgb(113,171,213); }

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