#71999D

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

Shades of Cadet Blue #71999D

Tints of Cadet Blue #71999D

Color information

#71999D (or 0x71999D) is unknown color: approx Cadet Blue. HEX triplet: 71, 99 and 9D. RGB value is (113,153,157). Sum of RGB (Red+Green+Blue) = 113+153+157=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 153 (60.16% from 255 or 36.17% 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 #71999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71999D is #8E6662. Grayscale: #8D8D8D. Windows color (decimal): -9332323 or 10328433. OLE color: 10328433.

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

Color convert

RGB113153157-
CMYK0.280.0300.38
HSL185.45º18.33%52.94%-
HSV(B)185.45º28.03%61.57%-
XYZ24.2928.7336.16-
YUV141.5136.75107.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=26.71%
G=36.17%
B=37.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131531570.280.0300.38185.4518.3352.94
Hex71999D1C3026b91235
Octal1612312353430462712265
Binary11100011001100110011101111001101001101011100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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