#63A1AA

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

Shades of Cadet Blue #63A1AA

Tints of Cadet Blue #63A1AA

Color information

#63A1AA (or 0x63A1AA) is unknown color: approx Cadet Blue. HEX triplet: 63, A1 and AA. RGB value is (99,161,170). Sum of RGB (Red+Green+Blue) = 99+161+170=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #63A1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A1AA is #9C5E55. Grayscale: #8F8F8F. Windows color (decimal): -10247766 or 11182435. OLE color: 11182435.

HSL color Cylindrical-coordinate representation of color #63A1AA: hue angle of 187.61º 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 #63A1AA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99161170-
CMYK0.420.0500.33
HSL187.61º29.46%52.75%-
HSV(B)187.61º41.76%66.67%-
XYZ25.1531.0442.7-
YUV143.49142.9696.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.02%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=23.02%
G=37.44%
B=39.53%

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
Decimal991611700.420.0500.33187.6129.4652.75
Hex63A1AA2A5021bc1d35
Octal1432412525250412743565
Binary1100011101000011010101010101010101000011011110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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