#45AAAD

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

Shades of Cadet Blue #45AAAD

Tints of Cadet Blue #45AAAD

Color information

#45AAAD (or 0x45AAAD) is unknown color: approx Cadet Blue. HEX triplet: 45, AA and AD. RGB value is (69,170,173). Sum of RGB (Red+Green+Blue) = 69+170+173=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #45AAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AAAD is #BA5552. Grayscale: #8C8C8C. Windows color (decimal): -12211539 or 11381317. OLE color: 11381317.

HSL color Cylindrical-coordinate representation of color #45AAAD: hue angle of 181.73º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AAAD is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69170173-
CMYK0.600.0200.32
HSL181.73º42.98%47.45%-
HSV(B)181.73º60.12%67.84%-
XYZ24.3733.0344.63-
YUV140.14146.5477.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.75%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=16.75%
G=41.26%
B=41.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691701730.600.0200.32181.7342.9847.45
Hex45AAAD3C2020b62b2f
Octal1052522557420402665357
Binary1000101101010101010110111110010010000010110110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45AAAD; }

 p { color: rgb(69,170,173); }

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

<style>
 a { background-color: #45AAAD; }

 a { background-color: rgb(69,170,173); }

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

<style>
 span { border-color: #45AAAD; }

 span { border-color: rgb(69,170,173); }

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