#72989D

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

Shades of Cadet Blue #72989D

Tints of Cadet Blue #72989D

Color information

#72989D (or 0x72989D) is unknown color: approx Cadet Blue. HEX triplet: 72, 98 and 9D. RGB value is (114,152,157). Sum of RGB (Red+Green+Blue) = 114+152+157=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #72989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72989D is #8D6762. Grayscale: #8D8D8D. Windows color (decimal): -9267043 or 10328178. OLE color: 10328178.

HSL color Cylindrical-coordinate representation of color #72989D: hue angle of 186.98º 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 #72989D is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114152157-
CMYK0.270.0300.38
HSL186.98º17.99%53.14%-
HSV(B)186.98º27.39%61.57%-
XYZ24.2528.4736.11-
YUV141.21136.91108.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=26.95%
G=35.93%
B=37.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141521570.270.0300.38186.9817.9953.14
Hex72989D1B3026bb1235
Octal1622302353330462732265
Binary11100101001100010011101110111101001101011101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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