Shades of Regent St Blue #A6CEDA
Tints of Regent St Blue #A6CEDA
RGB
CMYK
RGB Variations
Color information
#A6CEDA (or 0xA6CEDA) is known color: Regent St Blue. HEX triplet: A6, CE and DA. RGB value is (166,206,218). Sum of RGB (Red+Green+Blue) = 166+206+218=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEDA is #593125. Grayscale: #C3C3C3. Windows color (decimal): -5845286 or 14339750. OLE color: 14339750.
HSL color Cylindrical-coordinate representation of color #A6CEDA: hue angle of 193.85º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6CEDA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 206 | 218 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.15 |
| HSL | 193.85º | 0.41% | 0.75% | - |
| HSV(B) | 193.85º | 0.24% | 0.85% | - |
| XYZ | 50.45 | 57.31 | 74.73 | - |
| YUV | 195.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 218 | 0.24 | 0.06 | 0 | 0.15 | 193.85 | 0.41 | 0.75 |
| Hex | A6 | CE | DA | 18 | 6 | 0 | F | C2 | 29 | 4B |
| Octal | 246 | 316 | 332 | 30 | 6 | 0 | 17 | 302 | 51 | 113 |
| Binary | 10100110 | 11001110 | 11011010 | 11000 | 110 | 0 | 1111 | 11000010 | 101001 | 1001011 |
Color Harmonies of #A6CEDA
Complementary color
Monochromatic Colors of #A6CEDA
Black with #A6CEDA
Text Example
Text Example
White with #A6CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CEDA; }
p { color: rgb(166,206,218); }
H1.HeaderClassName
{
color: #A6CEDA;
}
.AnyTagClassName
{
color: #A6CEDA;
}
</style>
background-color css
<style>
a { background-color: #A6CEDA; }
a { background-color: rgb(166,206,218); }
div.DivClassName
{
background-color: #A6CEDA;
}
.BgClassName
{
background-color: #A6CEDA;
}
</style>
border-color css
<style>
span { border-color: #A6CEDA; }
span { border-color: rgb(166,206,218); }
td.TdClassName
{
border-color: #A6CEDA;
}
.TagClassName
{
border-color: #A6CEDA;
}
</style>