#719D9D

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

Shades of Cadet Blue #719D9D

Tints of Cadet Blue #719D9D

Color information

#719D9D (or 0x719D9D) is unknown color: approx Cadet Blue. HEX triplet: 71, 9D and 9D. RGB value is (113,157,157). Sum of RGB (Red+Green+Blue) = 113+157+157=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #719D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719D9D is #8E6262. Grayscale: #8F8F8F. Windows color (decimal): -9331299 or 10329457. OLE color: 10329457.

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

Color convert

RGB113157157-
CMYK0.28000.38
HSL180º18.33%52.94%-
HSV(B)180º28.03%61.57%-
XYZ24.9530.0636.39-
YUV143.84135.42106-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=26.46%
G=36.77%
B=36.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131571570.28000.3818018.3352.94
Hex719D9D1C0026b41235
Octal1612352353400462642265
Binary1110001100111011001110111100001001101011010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719D9D; }

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

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

<style>
 a { background-color: #719D9D; }

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

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

<style>
 span { border-color: #719D9D; }

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

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