Shades of Regent St Blue #A4CAD8
Tints of Regent St Blue #A4CAD8
RGB
CMYK
RGB Variations
Color information
#A4CAD8 (or 0xA4CAD8) is known color: Regent St Blue. HEX triplet: A4, CA and D8. RGB value is (164,202,216). Sum of RGB (Red+Green+Blue) = 164+202+216=582 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.18% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 216 - color contains mainly: blue. Hex color #A4CAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CAD8 is #5B3527. Grayscale: #C0C0C0. Windows color (decimal): -5977384 or 14207652. OLE color: 14207652.
HSL color Cylindrical-coordinate representation of color #A4CAD8: hue angle of 196.15º degrees, saturation: 0.4, 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 #A4CAD8 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 164 | 202 | 216 | - |
CMYK | 0.24 | 0.06 | 0 | 0.15 |
HSL | 196.15º | 0.4% | 0.75% | - |
HSV(B) | 196.15º | 0.24% | 0.85% | - |
XYZ | 48.83 | 55.09 | 73.03 | - |
YUV | 192.23 | 141.41 | 107.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 202 | 216 | 0.24 | 0.06 | 0 | 0.15 | 196.15 | 0.4 | 0.75 |
Hex | A4 | CA | D8 | 18 | 6 | 0 | F | C4 | 28 | 4B |
Octal | 244 | 312 | 330 | 30 | 6 | 0 | 17 | 304 | 50 | 113 |
Binary | 10100100 | 11001010 | 11011000 | 11000 | 110 | 0 | 1111 | 11000100 | 101000 | 1001011 |
Color Harmonies of #A4CAD8
Complementary color
Monochromatic Colors of #A4CAD8
Black with #A4CAD8
Text Example
Text Example
White with #A4CAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAD8; }
p { color: rgb(164,202,216); }
H1.HeaderClassName
{
color: #A4CAD8;
}
.AnyTagClassName
{
color: #A4CAD8;
}
</style>
background-color css
<style>
a { background-color: #A4CAD8; }
a { background-color: rgb(164,202,216); }
div.DivClassName
{
background-color: #A4CAD8;
}
.BgClassName
{
background-color: #A4CAD8;
}
</style>
border-color css
<style>
span { border-color: #A4CAD8; }
span { border-color: rgb(164,202,216); }
td.TdClassName
{
border-color: #A4CAD8;
}
.TagClassName
{
border-color: #A4CAD8;
}
</style>