#47AAAE

Color #47AAAE Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #47AAAE

Tints of Cadet Blue #47AAAE

Color information

#47AAAE (or 0x47AAAE) is unknown color: approx Cadet Blue. HEX triplet: 47, AA and AE. RGB value is (71,170,174). Sum of RGB (Red+Green+Blue) = 71+170+174=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #47AAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AAAE is #B85551. Grayscale: #8C8C8C. Windows color (decimal): -12080466 or 11446855. OLE color: 11446855.

HSL color Cylindrical-coordinate representation of color #47AAAE: hue angle of 182.33º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AAAE is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71170174-
CMYK0.590.0200.32
HSL182.33º42.04%48.04%-
HSV(B)182.33º59.2%68.24%-
XYZ24.6133.1545.14-
YUV140.85146.778.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.11%
GREEN value IS 170 (66.80% from 255) = 40.96%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=17.11%
G=40.96%
B=41.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711701740.590.0200.32182.3342.0448.04
Hex47AAAE3B2020b62a30
Octal1072522567320402665260
Binary1000111101010101010111011101110010000010110110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47AAAE; }

 p { color: rgb(71,170,174); }

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

<style>
 a { background-color: #47AAAE; }

 a { background-color: rgb(71,170,174); }

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

<style>
 span { border-color: #47AAAE; }

 span { border-color: rgb(71,170,174); }

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