Shades of Regent St Blue #A8CCD2
Tints of Regent St Blue #A8CCD2
RGB
CMYK
RGB Variations
Color information
#A8CCD2 (or 0xA8CCD2) is known color: Regent St Blue. HEX triplet: A8, CC and D2. RGB value is (168,204,210). Sum of RGB (Red+Green+Blue) = 168+204+210=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #A8CCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCD2 is #57332D. Grayscale: #C1C1C1. Windows color (decimal): -5714734 or 13814952. OLE color: 13814952.
HSL color Cylindrical-coordinate representation of color #A8CCD2: hue angle of 188.57º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8CCD2 is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 168 | 204 | 210 | - |
CMYK | 0.2 | 0.03 | 0 | 0.18 |
HSL | 188.57º | 0.32% | 0.74% | - |
HSV(B) | 188.57º | 0.2% | 0.82% | - |
XYZ | 49.37 | 56.16 | 69.21 | - |
YUV | 193.92 | 137.07 | 109.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 204 | 210 | 0.2 | 0.03 | 0 | 0.18 | 188.57 | 0.32 | 0.74 |
Hex | A8 | CC | D2 | 14 | 3 | 0 | 12 | BD | 20 | 4A |
Octal | 250 | 314 | 322 | 24 | 3 | 0 | 22 | 275 | 40 | 112 |
Binary | 10101000 | 11001100 | 11010010 | 10100 | 11 | 0 | 10010 | 10111101 | 100000 | 1001010 |
Color Harmonies of #A8CCD2
Complementary color
Monochromatic Colors of #A8CCD2
Black with #A8CCD2
Text Example
Text Example
White with #A8CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCD2; }
p { color: rgb(168,204,210); }
H1.HeaderClassName
{
color: #A8CCD2;
}
.AnyTagClassName
{
color: #A8CCD2;
}
</style>
background-color css
<style>
a { background-color: #A8CCD2; }
a { background-color: rgb(168,204,210); }
div.DivClassName
{
background-color: #A8CCD2;
}
.BgClassName
{
background-color: #A8CCD2;
}
</style>
border-color css
<style>
span { border-color: #A8CCD2; }
span { border-color: rgb(168,204,210); }
td.TdClassName
{
border-color: #A8CCD2;
}
.TagClassName
{
border-color: #A8CCD2;
}
</style>