Shades of Regent St Blue #9AD0DA
Tints of Regent St Blue #9AD0DA
RGB
CMYK
RGB Variations
Color information
#9AD0DA (or 0x9AD0DA) is known color: Regent St Blue. HEX triplet: 9A, D0 and DA. RGB value is (154,208,218). Sum of RGB (Red+Green+Blue) = 154+208+218=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AD0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD0DA is #652F25. Grayscale: #C0C0C0. Windows color (decimal): -6631206 or 14340250. OLE color: 14340250.
HSL color Cylindrical-coordinate representation of color #9AD0DA: hue angle of 189.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD0DA is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 208 | 218 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.15 |
| HSL | 189.38º | 0.46% | 0.73% | - |
| HSV(B) | 189.38º | 0.29% | 0.85% | - |
| XYZ | 48.54 | 57.04 | 74.78 | - |
| YUV | 192.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 218 | 0.29 | 0.05 | 0 | 0.15 | 189.38 | 0.46 | 0.73 |
| Hex | 9A | D0 | DA | 1D | 5 | 0 | F | BD | 2E | 49 |
| Octal | 232 | 320 | 332 | 35 | 5 | 0 | 17 | 275 | 56 | 111 |
| Binary | 10011010 | 11010000 | 11011010 | 11101 | 101 | 0 | 1111 | 10111101 | 101110 | 1001001 |
Color Harmonies of #9AD0DA
Complementary color
Monochromatic Colors of #9AD0DA
Black with #9AD0DA
Text Example
Text Example
White with #9AD0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD0DA; }
p { color: rgb(154,208,218); }
H1.HeaderClassName
{
color: #9AD0DA;
}
.AnyTagClassName
{
color: #9AD0DA;
}
</style>
background-color css
<style>
a { background-color: #9AD0DA; }
a { background-color: rgb(154,208,218); }
div.DivClassName
{
background-color: #9AD0DA;
}
.BgClassName
{
background-color: #9AD0DA;
}
</style>
border-color css
<style>
span { border-color: #9AD0DA; }
span { border-color: rgb(154,208,218); }
td.TdClassName
{
border-color: #9AD0DA;
}
.TagClassName
{
border-color: #9AD0DA;
}
</style>