Shades of Cadet Blue #65A2A3
Tints of Cadet Blue #65A2A3
RGB
CMYK
RGB Variations
Color information
#65A2A3 (or 0x65A2A3) is known color: Cadet Blue. HEX triplet: 65, A2 and A3. RGB value is (101,162,163). Sum of RGB (Red+Green+Blue) = 101+162+163=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 163 - color contains mainly: blue. Hex color #65A2A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A2A3 is #9A5D5C. Grayscale: #8F8F8F. Windows color (decimal): -10116445 or 10723941. OLE color: 10723941.
HSL color Cylindrical-coordinate representation of color #65A2A3: hue angle of 180.97º 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 #65A2A3 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 162 | 163 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.36 |
| HSL | 180.97º | 0.25% | 0.52% | - |
| HSV(B) | 180.97º | 0.38% | 0.64% | - |
| XYZ | 24.9 | 31.25 | 39.37 | - |
| YUV | 143.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 163 | 0.38 | 0.01 | 0 | 0.36 | 180.97 | 0.25 | 0.52 |
| Hex | 65 | A2 | A3 | 26 | 1 | 0 | 24 | B5 | 19 | 34 |
| Octal | 145 | 242 | 243 | 46 | 1 | 0 | 44 | 265 | 31 | 64 |
| Binary | 1100101 | 10100010 | 10100011 | 100110 | 1 | 0 | 100100 | 10110101 | 11001 | 110100 |
Color Harmonies of #65A2A3
Complementary color
Monochromatic Colors of #65A2A3
Black with #65A2A3
Text Example
Text Example
White with #65A2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A2A3; }
p { color: rgb(101,162,163); }
H1.HeaderClassName
{
color: #65A2A3;
}
.AnyTagClassName
{
color: #65A2A3;
}
</style>
background-color css
<style>
a { background-color: #65A2A3; }
a { background-color: rgb(101,162,163); }
div.DivClassName
{
background-color: #65A2A3;
}
.BgClassName
{
background-color: #65A2A3;
}
</style>
border-color css
<style>
span { border-color: #65A2A3; }
span { border-color: rgb(101,162,163); }
td.TdClassName
{
border-color: #65A2A3;
}
.TagClassName
{
border-color: #65A2A3;
}
</style>