#719A9B

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

Shades of Cadet Blue #719A9B

Tints of Cadet Blue #719A9B

Color information

#719A9B (or 0x719A9B) is unknown color: approx Cadet Blue. HEX triplet: 71, 9A and 9B. RGB value is (113,154,155). Sum of RGB (Red+Green+Blue) = 113+154+155=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #719A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719A9B is #8E6564. Grayscale: #8D8D8D. Windows color (decimal): -9332069 or 10197617. OLE color: 10197617.

HSL color Cylindrical-coordinate representation of color #719A9B: hue angle of 181.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719A9B is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113154155-
CMYK0.270.0100.39
HSL181.43º17.36%52.55%-
HSV(B)181.43º27.1%60.78%-
XYZ24.2828.9935.33-
YUV141.86135.42107.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=26.78%
G=36.49%
B=36.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131541550.270.0100.39181.4317.3652.55
Hex719A9B1B1027b51135
Octal1612322333310472652165
Binary1110001100110101001101111011101001111011010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,154,155); }

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

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

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

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

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

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

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