#63A09D

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

Shades of Cadet Blue #63A09D

Tints of Cadet Blue #63A09D

Color information

#63A09D (or 0x63A09D) is unknown color: approx Cadet Blue. HEX triplet: 63, A0 and 9D. RGB value is (99,160,157). Sum of RGB (Red+Green+Blue) = 99+160+157=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #63A09D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A09D is #9C5F62. Grayscale: #8D8D8D. Windows color (decimal): -10248035 or 10330211. OLE color: 10330211.

HSL color Cylindrical-coordinate representation of color #63A09D: hue angle of 177.05º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63A09D is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB99160157-
CMYK0.3800.020.37
HSL177.05º24.3%50.78%-
HSV(B)177.05º38.12%62.75%-
XYZ23.830.2336.48-
YUV141.42136.7997.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.80%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=23.80%
G=38.46%
B=37.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal991601570.3800.020.37177.0524.350.78
Hex63A09D260225b11833
Octal1432402354602452613063
Binary110001110100000100111011001100101001011011000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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