#71A9EC

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

Shades of Jordy Blue #71A9EC

Tints of Jordy Blue #71A9EC

Color information

#71A9EC (or 0x71A9EC) is unknown color: approx Jordy Blue. HEX triplet: 71, A9 and EC. RGB value is (113,169,236). Sum of RGB (Red+Green+Blue) = 113+169+236=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #71A9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A9EC is #8E5613. Grayscale: #9F9F9F. Windows color (decimal): -9328148 or 15509873. OLE color: 15509873.

HSL color Cylindrical-coordinate representation of color #71A9EC: hue angle of 212.68º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71A9EC is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113169236-
CMYK0.520.2800.07
HSL212.68º76.4%68.43%-
HSV(B)212.68º52.12%92.55%-
XYZ36.1437.9484.78-
YUV159.89170.9594.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.81%
GREEN value IS 169 (66.41% from 255) = 32.63%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=21.81%
G=32.63%
B=45.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1131692360.520.2800.07212.6876.468.43
Hex71A9EC341C07d54c44
Octal161251354643407325114104
Binary111000110101001111011001101001110001111101010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,169,236); }

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

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

 a { background-color: rgb(113,169,236); }

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

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

 span { border-color: rgb(113,169,236); }

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