#71aee1

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

Shades of Jordy Blue #71AEE1

Tints of Jordy Blue #71AEE1

Color information

#71AEE1 (or 0x71AEE1) is unknown color: approx Jordy Blue. HEX triplet: 71, AE and E1. RGB value is (113,174,225). Sum of RGB (Red+Green+Blue) = 113+174+225=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #71AEE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEE1 is #8E511E. Grayscale: #A1A1A1. Windows color (decimal): -9326879 or 14790257. OLE color: 14790257.

HSL color Cylindrical-coordinate representation of color #71AEE1: hue angle of 207.32º 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 #71AEE1 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113174225-
CMYK0.500.2300.12
HSL207.32º65.12%66.27%-
HSV(B)207.32º49.78%88.24%-
XYZ35.5439.2276.93-
YUV161.57163.7993.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.07%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=22.07%
G=33.98%
B=43.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131742250.500.2300.12207.3265.1266.27
Hex71AEE132170Ccf4142
Octal1612563416227014317101102
Binary1110001101011101110000111001010111011001100111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71aee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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