Shades of Cadet Blue #719A9B
Tints of Cadet Blue #719A9B
RGB
CMYK
RGB Variations
Color information
#719A9B (or 0x719A9B) is known color: 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
| RGB | 113 | 154 | 155 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.39 |
| HSL | 181.43º | 0.17% | 0.53% | - |
| HSV(B) | 181.43º | 0.27% | 0.61% | - |
| XYZ | 24.28 | 28.99 | 35.33 | - |
| YUV | 141.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 155 | 0.27 | 0.01 | 0 | 0.39 | 181.43 | 0.17 | 0.53 |
| Hex | 71 | 9A | 9B | 1B | 1 | 0 | 27 | B5 | 11 | 35 |
| Octal | 161 | 232 | 233 | 33 | 1 | 0 | 47 | 265 | 21 | 65 |
| Binary | 1110001 | 10011010 | 10011011 | 11011 | 1 | 0 | 100111 | 10110101 | 10001 | 110101 |
Color Harmonies of #719A9B
Complementary color
Monochromatic Colors of #719A9B
Black with #719A9B
Text Example
Text Example
White with #719A9B
Text Example
Text Example
HTML Codes & Css Web 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>