Shades of Regent St Blue #ABCDD4
Tints of Regent St Blue #ABCDD4
RGB
CMYK
RGB Variations
Color information
#ABCDD4 (or 0xABCDD4) is known color: Regent St Blue. HEX triplet: AB, CD and D4. RGB value is (171,205,212). Sum of RGB (Red+Green+Blue) = 171+205+212=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABCDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDD4 is #54322B. Grayscale: #C3C3C3. Windows color (decimal): -5517868 or 13946283. OLE color: 13946283.
HSL color Cylindrical-coordinate representation of color #ABCDD4: hue angle of 190.24º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABCDD4 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 205 | 212 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.17 |
| HSL | 190.24º | 0.32% | 0.75% | - |
| HSV(B) | 190.24º | 0.19% | 0.83% | - |
| XYZ | 50.51 | 57.07 | 70.64 | - |
| YUV | 195.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 212 | 0.19 | 0.03 | 0 | 0.17 | 190.24 | 0.32 | 0.75 |
| Hex | AB | CD | D4 | 13 | 3 | 0 | 11 | BE | 20 | 4B |
| Octal | 253 | 315 | 324 | 23 | 3 | 0 | 21 | 276 | 40 | 113 |
| Binary | 10101011 | 11001101 | 11010100 | 10011 | 11 | 0 | 10001 | 10111110 | 100000 | 1001011 |
Color Harmonies of #ABCDD4
Complementary color
Monochromatic Colors of #ABCDD4
Black with #ABCDD4
Text Example
Text Example
White with #ABCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDD4; }
p { color: rgb(171,205,212); }
H1.HeaderClassName
{
color: #ABCDD4;
}
.AnyTagClassName
{
color: #ABCDD4;
}
</style>
background-color css
<style>
a { background-color: #ABCDD4; }
a { background-color: rgb(171,205,212); }
div.DivClassName
{
background-color: #ABCDD4;
}
.BgClassName
{
background-color: #ABCDD4;
}
</style>
border-color css
<style>
span { border-color: #ABCDD4; }
span { border-color: rgb(171,205,212); }
td.TdClassName
{
border-color: #ABCDD4;
}
.TagClassName
{
border-color: #ABCDD4;
}
</style>