#71A6E1

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

Shades of Jordy Blue #71A6E1

Tints of Jordy Blue #71A6E1

Color information

#71A6E1 (or 0x71A6E1) is unknown color: approx Jordy Blue. HEX triplet: 71, A6 and E1. RGB value is (113,166,225). Sum of RGB (Red+Green+Blue) = 113+166+225=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #71A6E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A6E1 is #8E591E. Grayscale: #9C9C9C. Windows color (decimal): -9328927 or 14788209. OLE color: 14788209.

HSL color Cylindrical-coordinate representation of color #71A6E1: hue angle of 211.61º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71A6E1 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113166225-
CMYK0.500.2600.12
HSL211.61º65.12%66.27%-
HSV(B)211.61º49.78%88.24%-
XYZ34.0436.2276.43-
YUV156.88166.4496.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.42%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 225 (88.28% from 255) = 44.64%
R=22.42%
G=32.94%
B=44.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131662250.500.2600.12211.6165.1266.27
Hex71A6E1321A0Cd44142
Octal1612463416232014324101102
Binary1110001101001101110000111001011010011001101010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,166,225); }

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

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

 a { background-color: rgb(113,166,225); }

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

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

 span { border-color: rgb(113,166,225); }

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