#71AEDE

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

Shades of Jordy Blue #71AEDE

Tints of Jordy Blue #71AEDE

Color information

#71AEDE (or 0x71AEDE) is unknown color: approx Jordy Blue. HEX triplet: 71, AE and DE. RGB value is (113,174,222). Sum of RGB (Red+Green+Blue) = 113+174+222=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #71AEDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEDE is #8E5121. Grayscale: #A0A0A0. Windows color (decimal): -9326882 or 14593649. OLE color: 14593649.

HSL color Cylindrical-coordinate representation of color #71AEDE: hue angle of 206.42º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71AEDE is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113174222-
CMYK0.490.2200.13
HSL206.42º62.29%65.69%-
HSV(B)206.42º49.1%87.06%-
XYZ35.1339.0674.79-
YUV161.23162.2993.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.20%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=22.20%
G=34.18%
B=43.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131742220.490.2200.13206.4262.2965.69
Hex71AEDE31160Dce3e42
Octal161256336612601531676102
Binary111000110101110110111101100011011001101110011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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