#71AAEB

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

Shades of Jordy Blue #71AAEB

Tints of Jordy Blue #71AAEB

Color information

#71AAEB (or 0x71AAEB) is unknown color: approx Jordy Blue. HEX triplet: 71, AA and EB. RGB value is (113,170,235). Sum of RGB (Red+Green+Blue) = 113+170+235=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #71AAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AAEB is #8E5514. Grayscale: #A0A0A0. Windows color (decimal): -9327893 or 15444593. OLE color: 15444593.

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

Color convert

RGB113170235-
CMYK0.520.2800.08
HSL211.97º75.31%68.24%-
HSV(B)211.97º51.91%92.16%-
XYZ36.1838.2684.07-
YUV160.37170.1294.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.81%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=21.81%
G=32.82%
B=45.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131702350.520.2800.08211.9775.3168.24
Hex71AAEB341C08d44b44
Octal1612523536434010324113104
Binary1110001101010101110101111010011100010001101010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,170,235); }

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

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

 a { background-color: rgb(113,170,235); }

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

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

 span { border-color: rgb(113,170,235); }

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