Shades of Regent St Blue #A4CFD6
Tints of Regent St Blue #A4CFD6
RGB
CMYK
RGB Variations
Color information
#A4CFD6 (or 0xA4CFD6) is known color: Regent St Blue. HEX triplet: A4, CF and D6. RGB value is (164,207,214). Sum of RGB (Red+Green+Blue) = 164+207+214=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 214 - color contains mainly: blue. Hex color #A4CFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFD6 is #5B3029. Grayscale: #C2C2C2. Windows color (decimal): -5976106 or 14077860. OLE color: 14077860.
HSL color Cylindrical-coordinate representation of color #A4CFD6: hue angle of 188.4º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4CFD6 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 207 | 214 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.16 |
| HSL | 188.4º | 0.38% | 0.74% | - |
| HSV(B) | 188.4º | 0.23% | 0.84% | - |
| XYZ | 49.76 | 57.37 | 72.07 | - |
| YUV | 194.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 214 | 0.23 | 0.03 | 0 | 0.16 | 188.4 | 0.38 | 0.74 |
| Hex | A4 | CF | D6 | 17 | 3 | 0 | 10 | BC | 26 | 4A |
| Octal | 244 | 317 | 326 | 27 | 3 | 0 | 20 | 274 | 46 | 112 |
| Binary | 10100100 | 11001111 | 11010110 | 10111 | 11 | 0 | 10000 | 10111100 | 100110 | 1001010 |
Color Harmonies of #A4CFD6
Complementary color
Monochromatic Colors of #A4CFD6
Black with #A4CFD6
Text Example
Text Example
White with #A4CFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFD6; }
p { color: rgb(164,207,214); }
H1.HeaderClassName
{
color: #A4CFD6;
}
.AnyTagClassName
{
color: #A4CFD6;
}
</style>
background-color css
<style>
a { background-color: #A4CFD6; }
a { background-color: rgb(164,207,214); }
div.DivClassName
{
background-color: #A4CFD6;
}
.BgClassName
{
background-color: #A4CFD6;
}
</style>
border-color css
<style>
span { border-color: #A4CFD6; }
span { border-color: rgb(164,207,214); }
td.TdClassName
{
border-color: #A4CFD6;
}
.TagClassName
{
border-color: #A4CFD6;
}
</style>