Shades of Regent St Blue #A2CDD7
Tints of Regent St Blue #A2CDD7
RGB
CMYK
RGB Variations
Color information
#A2CDD7 (or 0xA2CDD7) is known color: Regent St Blue. HEX triplet: A2, CD and D7. RGB value is (162,205,215). Sum of RGB (Red+Green+Blue) = 162+205+215=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 215 - color contains mainly: blue. Hex color #A2CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CDD7 is #5D3228. Grayscale: #C1C1C1. Windows color (decimal): -6107689 or 14142882. OLE color: 14142882.
HSL color Cylindrical-coordinate representation of color #A2CDD7: hue angle of 191.32º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2CDD7 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 205 | 215 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.16 |
| HSL | 191.32º | 0.4% | 0.74% | - |
| HSV(B) | 191.32º | 0.25% | 0.84% | - |
| XYZ | 49 | 56.25 | 72.56 | - |
| YUV | 193.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 205 | 215 | 0.25 | 0.05 | 0 | 0.16 | 191.32 | 0.4 | 0.74 |
| Hex | A2 | CD | D7 | 19 | 5 | 0 | 10 | BF | 28 | 4A |
| Octal | 242 | 315 | 327 | 31 | 5 | 0 | 20 | 277 | 50 | 112 |
| Binary | 10100010 | 11001101 | 11010111 | 11001 | 101 | 0 | 10000 | 10111111 | 101000 | 1001010 |
Color Harmonies of #A2CDD7
Complementary color
Monochromatic Colors of #A2CDD7
Black with #A2CDD7
Text Example
Text Example
White with #A2CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CDD7; }
p { color: rgb(162,205,215); }
H1.HeaderClassName
{
color: #A2CDD7;
}
.AnyTagClassName
{
color: #A2CDD7;
}
</style>
background-color css
<style>
a { background-color: #A2CDD7; }
a { background-color: rgb(162,205,215); }
div.DivClassName
{
background-color: #A2CDD7;
}
.BgClassName
{
background-color: #A2CDD7;
}
</style>
border-color css
<style>
span { border-color: #A2CDD7; }
span { border-color: rgb(162,205,215); }
td.TdClassName
{
border-color: #A2CDD7;
}
.TagClassName
{
border-color: #A2CDD7;
}
</style>