Shades of Regent St Blue #A6CBD4
Tints of Regent St Blue #A6CBD4
RGB
CMYK
RGB Variations
Color information
#A6CBD4 (or 0xA6CBD4) is known color: Regent St Blue. HEX triplet: A6, CB and D4. RGB value is (166,203,212). Sum of RGB (Red+Green+Blue) = 166+203+212=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 212 - color contains mainly: blue. Hex color #A6CBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBD4 is #59342B. Grayscale: #C0C0C0. Windows color (decimal): -5846060 or 13945766. OLE color: 13945766.
HSL color Cylindrical-coordinate representation of color #A6CBD4: hue angle of 191.74º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6CBD4 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 203 | 212 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.17 |
| HSL | 191.74º | 0.35% | 0.74% | - |
| HSV(B) | 191.74º | 0.22% | 0.83% | - |
| XYZ | 48.97 | 55.57 | 70.43 | - |
| YUV | 192.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 212 | 0.22 | 0.04 | 0 | 0.17 | 191.74 | 0.35 | 0.74 |
| Hex | A6 | CB | D4 | 16 | 4 | 0 | 11 | C0 | 23 | 4A |
| Octal | 246 | 313 | 324 | 26 | 4 | 0 | 21 | 300 | 43 | 112 |
| Binary | 10100110 | 11001011 | 11010100 | 10110 | 100 | 0 | 10001 | 11000000 | 100011 | 1001010 |
Color Harmonies of #A6CBD4
Complementary color
Monochromatic Colors of #A6CBD4
Black with #A6CBD4
Text Example
Text Example
White with #A6CBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBD4; }
p { color: rgb(166,203,212); }
H1.HeaderClassName
{
color: #A6CBD4;
}
.AnyTagClassName
{
color: #A6CBD4;
}
</style>
background-color css
<style>
a { background-color: #A6CBD4; }
a { background-color: rgb(166,203,212); }
div.DivClassName
{
background-color: #A6CBD4;
}
.BgClassName
{
background-color: #A6CBD4;
}
</style>
border-color css
<style>
span { border-color: #A6CBD4; }
span { border-color: rgb(166,203,212); }
td.TdClassName
{
border-color: #A6CBD4;
}
.TagClassName
{
border-color: #A6CBD4;
}
</style>