#71AEEB

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

Shades of Jordy Blue #71AEEB

Tints of Jordy Blue #71AEEB

Color information

#71AEEB (or 0x71AEEB) is unknown color: approx Jordy Blue. HEX triplet: 71, AE and EB. RGB value is (113,174,235). Sum of RGB (Red+Green+Blue) = 113+174+235=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #71AEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AEEB is #8E5114. Grayscale: #A2A2A2. Windows color (decimal): -9326869 or 15445617. OLE color: 15445617.

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

Color convert

RGB113174235-
CMYK0.520.2600.08
HSL210º75.31%68.24%-
HSV(B)210º51.91%92.16%-
XYZ36.9439.7884.33-
YUV162.71168.7992.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.65%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=21.65%
G=33.33%
B=45.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131742350.520.2600.0821075.3168.24
Hex71AEEB341A08d24b44
Octal1612563536432010322113104
Binary1110001101011101110101111010011010010001101001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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