#63A0AB

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

Shades of Cadet Blue #63A0AB

Tints of Cadet Blue #63A0AB

Color information

#63A0AB (or 0x63A0AB) is unknown color: approx Cadet Blue. HEX triplet: 63, A0 and AB. RGB value is (99,160,171). Sum of RGB (Red+Green+Blue) = 99+160+171=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #63A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A0AB is #9C5F54. Grayscale: #8E8E8E. Windows color (decimal): -10248021 or 11247715. OLE color: 11247715.

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

Color convert

RGB99160171-
CMYK0.420.0600.33
HSL189.17º30%52.94%-
HSV(B)189.17º42.11%67.06%-
XYZ25.0730.7343.14-
YUV143.01143.7996.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.02%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=23.02%
G=37.21%
B=39.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991601710.420.0600.33189.173052.94
Hex63A0AB2A6021bd1e35
Octal1432402535260412753665
Binary1100011101000001010101110101011001000011011110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,160,171); }

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

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

 a { background-color: rgb(99,160,171); }

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

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

 span { border-color: rgb(99,160,171); }

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