#63999F

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

Shades of Cadet Blue #63999F

Tints of Cadet Blue #63999F

Color information

#63999F (or 0x63999F) is unknown color: approx Cadet Blue. HEX triplet: 63, 99 and 9F. RGB value is (99,153,159). Sum of RGB (Red+Green+Blue) = 99+153+159=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #63999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63999F is #9C6660. Grayscale: #898989. Windows color (decimal): -10249825 or 10459491. OLE color: 10459491.

HSL color Cylindrical-coordinate representation of color #63999F: hue angle of 186º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63999F is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99153159-
CMYK0.380.0400.38
HSL186º23.81%50.59%-
HSV(B)186º37.74%62.35%-
XYZ22.7927.9436.99-
YUV137.54140.11100.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.09%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=24.09%
G=37.23%
B=38.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991531590.380.0400.3818623.8150.59
Hex63999F264026ba1833
Octal1432312374640462723063
Binary1100011100110011001111110011010001001101011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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