Shades of Cadet Blue #659E9F
Tints of Cadet Blue #659E9F
RGB
CMYK
RGB Variations
Color information
#659E9F (or 0x659E9F) is known color: Cadet Blue. HEX triplet: 65, 9E and 9F. RGB value is (101,158,159). Sum of RGB (Red+Green+Blue) = 101+158+159=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #659E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E9F is #9A6160. Grayscale: #8D8D8D. Windows color (decimal): -10117473 or 10460773. OLE color: 10460773.
HSL color Cylindrical-coordinate representation of color #659E9F: hue angle of 181.03º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659E9F is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 158 | 159 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.38 |
| HSL | 181.03º | 0.23% | 0.51% | - |
| HSV(B) | 181.03º | 0.36% | 0.62% | - |
| XYZ | 23.85 | 29.72 | 37.28 | - |
| YUV | 141.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 159 | 0.36 | 0.01 | 0 | 0.38 | 181.03 | 0.23 | 0.51 |
| Hex | 65 | 9E | 9F | 24 | 1 | 0 | 26 | B5 | 17 | 33 |
| Octal | 145 | 236 | 237 | 44 | 1 | 0 | 46 | 265 | 27 | 63 |
| Binary | 1100101 | 10011110 | 10011111 | 100100 | 1 | 0 | 100110 | 10110101 | 10111 | 110011 |
Color Harmonies of #659E9F
Complementary color
Monochromatic Colors of #659E9F
Black with #659E9F
Text Example
Text Example
White with #659E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659E9F; }
p { color: rgb(101,158,159); }
H1.HeaderClassName
{
color: #659E9F;
}
.AnyTagClassName
{
color: #659E9F;
}
</style>
background-color css
<style>
a { background-color: #659E9F; }
a { background-color: rgb(101,158,159); }
div.DivClassName
{
background-color: #659E9F;
}
.BgClassName
{
background-color: #659E9F;
}
</style>
border-color css
<style>
span { border-color: #659E9F; }
span { border-color: rgb(101,158,159); }
td.TdClassName
{
border-color: #659E9F;
}
.TagClassName
{
border-color: #659E9F;
}
</style>