#63A2AA

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

Shades of Cadet Blue #63A2AA

Tints of Cadet Blue #63A2AA

Color information

#63A2AA (or 0x63A2AA) is unknown color: approx Cadet Blue. HEX triplet: 63, A2 and AA. RGB value is (99,162,170). Sum of RGB (Red+Green+Blue) = 99+162+170=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #63A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A2AA is #9C5D55. Grayscale: #8F8F8F. Windows color (decimal): -10247510 or 11182691. OLE color: 11182691.

HSL color Cylindrical-coordinate representation of color #63A2AA: hue angle of 186.76º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63A2AA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99162170-
CMYK0.420.0500.33
HSL186.76º29.46%52.75%-
HSV(B)186.76º41.76%66.67%-
XYZ25.3231.442.76-
YUV144.07142.6395.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.97%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=22.97%
G=37.59%
B=39.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991621700.420.0500.33186.7629.4652.75
Hex63A2AA2A5021bb1d35
Octal1432422525250412733565
Binary1100011101000101010101010101010101000011011101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A2AA; }

 p { color: rgb(99,162,170); }

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

<style>
 a { background-color: #63A2AA; }

 a { background-color: rgb(99,162,170); }

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

<style>
 span { border-color: #63A2AA; }

 span { border-color: rgb(99,162,170); }

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