#71A7DC

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

Shades of Jordy Blue #71A7DC

Tints of Jordy Blue #71A7DC

Color information

#71A7DC (or 0x71A7DC) is unknown color: approx Jordy Blue. HEX triplet: 71, A7 and DC. RGB value is (113,167,220). Sum of RGB (Red+Green+Blue) = 113+167+220=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #71A7DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A7DC is #8E5823. Grayscale: #9C9C9C. Windows color (decimal): -9328676 or 14460785. OLE color: 14460785.

HSL color Cylindrical-coordinate representation of color #71A7DC: hue angle of 209.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71A7DC is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB113167220-
CMYK0.490.2400.14
HSL209.72º60.45%65.29%-
HSV(B)209.72º48.64%86.27%-
XYZ33.5536.3272.95-
YUV156.9163.6196.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.6%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 220 (86.33% from 255) = 44%
R=22.6%
G=33.4%
B=44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131672200.490.2400.14209.7260.4565.29
Hex71A7DC31180Ed23c41
Octal161247334613001632274101
Binary111000110100111110111001100011100001110110100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,167,220); }

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

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

 a { background-color: rgb(113,167,220); }

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

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

 span { border-color: rgb(113,167,220); }

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