#71AAEA

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

Shades of Jordy Blue #71AAEA

Tints of Jordy Blue #71AAEA

Color information

#71AAEA (or 0x71AAEA) is unknown color: approx Jordy Blue. HEX triplet: 71, AA and EA. RGB value is (113,170,234). Sum of RGB (Red+Green+Blue) = 113+170+234=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #71AAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AAEA is #8E5515. Grayscale: #9F9F9F. Windows color (decimal): -9327894 or 15379057. OLE color: 15379057.

HSL color Cylindrical-coordinate representation of color #71AAEA: hue angle of 211.74º degrees, saturation: 0.74, 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 #71AAEA is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113170234-
CMYK0.520.2700.08
HSL211.74º74.23%68.04%-
HSV(B)211.74º51.71%91.76%-
XYZ36.0438.283.32-
YUV160.25169.6294.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.86%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=21.86%
G=32.88%
B=45.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131702340.520.2700.08211.7474.2368.04
Hex71AAEA341B08d44a44
Octal1612523526433010324112104
Binary1110001101010101110101011010011011010001101010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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