#63999D

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

Shades of Cadet Blue #63999D

Tints of Cadet Blue #63999D

Color information

#63999D (or 0x63999D) is unknown color: approx Cadet Blue. HEX triplet: 63, 99 and 9D. RGB value is (99,153,157). Sum of RGB (Red+Green+Blue) = 99+153+157=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #63999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63999D is #9C6662. Grayscale: #898989. Windows color (decimal): -10249827 or 10328419. OLE color: 10328419.

HSL color Cylindrical-coordinate representation of color #63999D: hue angle of 184.14º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63999D is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99153157-
CMYK0.370.0300.38
HSL184.14º22.83%50.2%-
HSV(B)184.14º36.94%61.57%-
XYZ22.6227.8736.09-
YUV137.31139.11100.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.21%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=24.21%
G=37.41%
B=38.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991531570.370.0300.38184.1422.8350.2
Hex63999D253026b81732
Octal1432312354530462702762
Binary110001110011001100111011001011101001101011100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63999D; }

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

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

<style>
 a { background-color: #63999D; }

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

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

<style>
 span { border-color: #63999D; }

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

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