#71A5E9

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

Shades of Jordy Blue #71A5E9

Tints of Jordy Blue #71A5E9

Color information

#71A5E9 (or 0x71A5E9) is unknown color: approx Jordy Blue. HEX triplet: 71, A5 and E9. RGB value is (113,165,233). Sum of RGB (Red+Green+Blue) = 113+165+233=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #71A5E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A5E9 is #8E5A16. Grayscale: #9C9C9C. Windows color (decimal): -9329175 or 15312241. OLE color: 15312241.

HSL color Cylindrical-coordinate representation of color #71A5E9: hue angle of 214º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71A5E9 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB113165233-
CMYK0.520.2900.09
HSL214º73.17%67.84%-
HSV(B)214º51.5%91.37%-
XYZ34.9736.382.25-
YUV157.2170.7796.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.11%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 233 (91.41% from 255) = 45.60%
R=22.11%
G=32.29%
B=45.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1131652330.520.2900.0921473.1767.84
Hex71A5E9341D09d64944
Octal1612453516435011326111104
Binary1110001101001011110100111010011101010011101011010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,165,233); }

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

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

 a { background-color: rgb(113,165,233); }

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

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

 span { border-color: rgb(113,165,233); }

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