Html Css Color HEX #45A5A9 Cadet Blue

📋 copy color: '#45A5A9'

red 69 ◦ green 165 ◦ blue 169

#45A5A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #45A5A9

Tints of Cadet Blue #45A5A9

RGB

 RED value IS 69 (27.34% from 255) = 17.12%

 GREEN value IS 165 (64.84% from 255) = 40.94%

 BLUE value IS 169 (66.41% from 255) = 41.94%

R = 17.12%
G = 40.94%
B = 41.94%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#45A5A9 (or 0x45A5A9) is known color: Cadet Blue. HEX triplet: 45, A5 and A9. RGB value is (69,165,169). Sum of RGB (Red+Green+Blue) = 69+165+169=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #45A5A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A5A9 is #BA5A56. Grayscale: #888888. Windows color (decimal): -12212823 or 11117893. OLE color: 11117893.

HSL color Cylindrical-coordinate representation of color #45A5A9: hue angle of 182.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45A5A9 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 69 165 169 -
CMYK 0.59 0.02 0 0.34
HSL 182.4º 0.42% 0.47% -
HSV(B) 182.4º 0.59% 0.66% -
XYZ 23.07 31.04 42.31 -
YUV 136.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 69 165 169 0.59 0.02 0 0.34 182.4 0.42 0.47
Hex 45 A5 A9 3B 2 0 22 B6 2A 2F
Octal 105 245 251 73 2 0 42 266 52 57
Binary 1000101 10100101 10101001 111011 10 0 100010 10110110 101010 101111

Color Harmonies of #45A5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45A5A9

Black with #45A5A9

Text Example


Text Example

White with #45A5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,165,169); }

 H1.HeaderClassName
 {
   color: #45A5A9;
 }
 .AnyTagClassName
 {
   color: #45A5A9;
 }
</style>

background-color css

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

 a { background-color: rgb(69,165,169); }

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

border-color css

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

 span { border-color: rgb(69,165,169); }

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