#71999C

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

Shades of Cadet Blue #71999C

Tints of Cadet Blue #71999C

Color information

#71999C (or 0x71999C) is unknown color: approx Cadet Blue. HEX triplet: 71, 99 and 9C. RGB value is (113,153,156). Sum of RGB (Red+Green+Blue) = 113+153+156=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #71999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71999C is #8E6663. Grayscale: #8D8D8D. Windows color (decimal): -9332324 or 10262897. OLE color: 10262897.

HSL color Cylindrical-coordinate representation of color #71999C: hue angle of 184.19º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71999C is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113153156-
CMYK0.280.0200.39
HSL184.19º17.84%52.75%-
HSV(B)184.19º27.56%61.18%-
XYZ24.228.6935.72-
YUV141.38136.25107.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=26.78%
G=36.26%
B=36.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131531560.280.0200.39184.1917.8452.75
Hex71999C1C2027b81235
Octal1612312343420472702265
Binary11100011001100110011100111001001001111011100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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