Shades of Cadet Blue #659FA2
Tints of Cadet Blue #659FA2
RGB
CMYK
RGB Variations
Color information
#659FA2 (or 0x659FA2) is known color: Cadet Blue. HEX triplet: 65, 9F and A2. RGB value is (101,159,162). Sum of RGB (Red+Green+Blue) = 101+159+162=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 162 - color contains mainly: blue. Hex color #659FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659FA2 is #9A605D. Grayscale: #8D8D8D. Windows color (decimal): -10117214 or 10657637. OLE color: 10657637.
HSL color Cylindrical-coordinate representation of color #659FA2: hue angle of 182.95º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #659FA2 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 159 | 162 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.36 |
| HSL | 182.95º | 0.25% | 0.52% | - |
| HSV(B) | 182.95º | 0.38% | 0.64% | - |
| XYZ | 24.29 | 30.17 | 38.73 | - |
| YUV | 142 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 162 | 0.38 | 0.02 | 0 | 0.36 | 182.95 | 0.25 | 0.52 |
| Hex | 65 | 9F | A2 | 26 | 2 | 0 | 24 | B7 | 19 | 34 |
| Octal | 145 | 237 | 242 | 46 | 2 | 0 | 44 | 267 | 31 | 64 |
| Binary | 1100101 | 10011111 | 10100010 | 100110 | 10 | 0 | 100100 | 10110111 | 11001 | 110100 |
Color Harmonies of #659FA2
Complementary color
Monochromatic Colors of #659FA2
Black with #659FA2
Text Example
Text Example
White with #659FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FA2; }
p { color: rgb(101,159,162); }
H1.HeaderClassName
{
color: #659FA2;
}
.AnyTagClassName
{
color: #659FA2;
}
</style>
background-color css
<style>
a { background-color: #659FA2; }
a { background-color: rgb(101,159,162); }
div.DivClassName
{
background-color: #659FA2;
}
.BgClassName
{
background-color: #659FA2;
}
</style>
border-color css
<style>
span { border-color: #659FA2; }
span { border-color: rgb(101,159,162); }
td.TdClassName
{
border-color: #659FA2;
}
.TagClassName
{
border-color: #659FA2;
}
</style>