#729b9d

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

Shades of Cadet Blue #729B9D

Tints of Cadet Blue #729B9D

Color information

#729B9D (or 0x729B9D) is unknown color: approx Cadet Blue. HEX triplet: 72, 9B and 9D. RGB value is (114,155,157). Sum of RGB (Red+Green+Blue) = 114+155+157=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #729B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729B9D is #8D6462. Grayscale: #8E8E8E. Windows color (decimal): -9266275 or 10328946. OLE color: 10328946.

HSL color Cylindrical-coordinate representation of color #729B9D: hue angle of 182.79º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729B9D is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114155157-
CMYK0.270.0100.38
HSL182.79º17.99%53.14%-
HSV(B)182.79º27.39%61.57%-
XYZ24.7529.4536.28-
YUV142.97135.92107.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=26.76%
G=36.38%
B=36.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141551570.270.0100.38182.7917.9953.14
Hex729B9D1B1026b71235
Octal1622332353310462672265
Binary1110010100110111001110111011101001101011011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729b9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729b9d; }

 p { color: rgb(114,155,157); }

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

<style>
 a { background-color: #729b9d; }

 a { background-color: rgb(114,155,157); }

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

<style>
 span { border-color: #729b9d; }

 span { border-color: rgb(114,155,157); }

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