Shades of Regent St Blue #A8CBDA
Tints of Regent St Blue #A8CBDA
RGB
CMYK
RGB Variations
Color information
#A8CBDA (or 0xA8CBDA) is known color: Regent St Blue. HEX triplet: A8, CB and DA. RGB value is (168,203,218). Sum of RGB (Red+Green+Blue) = 168+203+218=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBDA is #573425. Grayscale: #C2C2C2. Windows color (decimal): -5714982 or 14338984. OLE color: 14338984.
HSL color Cylindrical-coordinate representation of color #A8CBDA: hue angle of 198º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8CBDA is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 203 | 218 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.15 |
| HSL | 198º | 0.4% | 0.76% | - |
| HSV(B) | 198º | 0.23% | 0.85% | - |
| XYZ | 50.16 | 56.1 | 74.51 | - |
| YUV | 194.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 218 | 0.23 | 0.07 | 0 | 0.15 | 198 | 0.4 | 0.76 |
| Hex | A8 | CB | DA | 17 | 7 | 0 | F | C6 | 28 | 4C |
| Octal | 250 | 313 | 332 | 27 | 7 | 0 | 17 | 306 | 50 | 114 |
| Binary | 10101000 | 11001011 | 11011010 | 10111 | 111 | 0 | 1111 | 11000110 | 101000 | 1001100 |
Color Harmonies of #A8CBDA
Complementary color
Monochromatic Colors of #A8CBDA
Black with #A8CBDA
Text Example
Text Example
White with #A8CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBDA; }
p { color: rgb(168,203,218); }
H1.HeaderClassName
{
color: #A8CBDA;
}
.AnyTagClassName
{
color: #A8CBDA;
}
</style>
background-color css
<style>
a { background-color: #A8CBDA; }
a { background-color: rgb(168,203,218); }
div.DivClassName
{
background-color: #A8CBDA;
}
.BgClassName
{
background-color: #A8CBDA;
}
</style>
border-color css
<style>
span { border-color: #A8CBDA; }
span { border-color: rgb(168,203,218); }
td.TdClassName
{
border-color: #A8CBDA;
}
.TagClassName
{
border-color: #A8CBDA;
}
</style>