#71979D

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

Shades of Cadet Blue #71979D

Tints of Cadet Blue #71979D

Color information

#71979D (or 0x71979D) is unknown color: approx Cadet Blue. HEX triplet: 71, 97 and 9D. RGB value is (113,151,157). Sum of RGB (Red+Green+Blue) = 113+151+157=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #71979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71979D is #8E6862. Grayscale: #8C8C8C. Windows color (decimal): -9332835 or 10327921. OLE color: 10327921.

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

Color convert

RGB113151157-
CMYK0.280.0400.38
HSL188.18º18.33%52.94%-
HSV(B)188.18º28.03%61.57%-
XYZ23.9628.0836.05-
YUV140.32137.41108.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.84%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=26.84%
G=35.87%
B=37.29%

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
Decimal1131511570.280.0400.38188.1818.3352.94
Hex71979D1C4026bc1235
Octal1612272353440462742265
Binary111000110010111100111011110010001001101011110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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