#72989E

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

Shades of Cadet Blue #72989E

Tints of Cadet Blue #72989E

Color information

#72989E (or 0x72989E) is unknown color: approx Cadet Blue. HEX triplet: 72, 98 and 9E. RGB value is (114,152,158). Sum of RGB (Red+Green+Blue) = 114+152+158=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #72989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72989E is #8D6761. Grayscale: #8D8D8D. Windows color (decimal): -9267042 or 10393714. OLE color: 10393714.

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

Color convert

RGB114152158-
CMYK0.280.0400.38
HSL188.18º18.49%53.33%-
HSV(B)188.18º27.85%61.96%-
XYZ24.3428.536.57-
YUV141.32137.41108.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=26.89%
G=35.85%
B=37.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141521580.280.0400.38188.1818.4953.33
Hex72989E1C4026bc1235
Octal1622302363440462742265
Binary111001010011000100111101110010001001101011110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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