Shades of Regent St Blue #A1CDDB
Tints of Regent St Blue #A1CDDB
RGB
CMYK
RGB Variations
Color information
#A1CDDB (or 0xA1CDDB) is known color: Regent St Blue. HEX triplet: A1, CD and DB. RGB value is (161,205,219). Sum of RGB (Red+Green+Blue) = 161+205+219=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDDB is #5E3224. Grayscale: #C1C1C1. Windows color (decimal): -6173221 or 14405025. OLE color: 14405025.
HSL color Cylindrical-coordinate representation of color #A1CDDB: hue angle of 194.48º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1CDDB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 161 | 205 | 219 | - |
CMYK | 0.26 | 0.06 | 0 | 0.14 |
HSL | 194.48º | 0.45% | 0.75% | - |
HSV(B) | 194.48º | 0.26% | 0.86% | - |
XYZ | 49.32 | 56.35 | 75.3 | - |
YUV | 193.44 | 142.42 | 104.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 205 | 219 | 0.26 | 0.06 | 0 | 0.14 | 194.48 | 0.45 | 0.75 |
Hex | A1 | CD | DB | 1A | 6 | 0 | E | C2 | 2D | 4B |
Octal | 241 | 315 | 333 | 32 | 6 | 0 | 16 | 302 | 55 | 113 |
Binary | 10100001 | 11001101 | 11011011 | 11010 | 110 | 0 | 1110 | 11000010 | 101101 | 1001011 |
Color Harmonies of #A1CDDB
Complementary color
Monochromatic Colors of #A1CDDB
Black with #A1CDDB
Text Example
Text Example
White with #A1CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDDB; }
p { color: rgb(161,205,219); }
H1.HeaderClassName
{
color: #A1CDDB;
}
.AnyTagClassName
{
color: #A1CDDB;
}
</style>
background-color css
<style>
a { background-color: #A1CDDB; }
a { background-color: rgb(161,205,219); }
div.DivClassName
{
background-color: #A1CDDB;
}
.BgClassName
{
background-color: #A1CDDB;
}
</style>
border-color css
<style>
span { border-color: #A1CDDB; }
span { border-color: rgb(161,205,219); }
td.TdClassName
{
border-color: #A1CDDB;
}
.TagClassName
{
border-color: #A1CDDB;
}
</style>