Shades of Regent St Blue #AFC9D0
Tints of Regent St Blue #AFC9D0
RGB
CMYK
RGB Variations
Color information
#AFC9D0 (or 0xAFC9D0) is known color: Regent St Blue. HEX triplet: AF, C9 and D0. RGB value is (175,201,208). Sum of RGB (Red+Green+Blue) = 175+201+208=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFC9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9D0 is #50362F. Grayscale: #C1C1C1. Windows color (decimal): -5256752 or 13683119. OLE color: 13683119.
HSL color Cylindrical-coordinate representation of color #AFC9D0: hue angle of 192.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC9D0 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 201 | 208 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.18 |
| HSL | 192.73º | 0.26% | 0.75% | - |
| HSV(B) | 192.73º | 0.16% | 0.82% | - |
| XYZ | 49.95 | 55.44 | 67.74 | - |
| YUV | 194.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 208 | 0.16 | 0.03 | 0 | 0.18 | 192.73 | 0.26 | 0.75 |
| Hex | AF | C9 | D0 | 10 | 3 | 0 | 12 | C1 | 1A | 4B |
| Octal | 257 | 311 | 320 | 20 | 3 | 0 | 22 | 301 | 32 | 113 |
| Binary | 10101111 | 11001001 | 11010000 | 10000 | 11 | 0 | 10010 | 11000001 | 11010 | 1001011 |
Color Harmonies of #AFC9D0
Complementary color
Monochromatic Colors of #AFC9D0
Black with #AFC9D0
Text Example
Text Example
White with #AFC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9D0; }
p { color: rgb(175,201,208); }
H1.HeaderClassName
{
color: #AFC9D0;
}
.AnyTagClassName
{
color: #AFC9D0;
}
</style>
background-color css
<style>
a { background-color: #AFC9D0; }
a { background-color: rgb(175,201,208); }
div.DivClassName
{
background-color: #AFC9D0;
}
.BgClassName
{
background-color: #AFC9D0;
}
</style>
border-color css
<style>
span { border-color: #AFC9D0; }
span { border-color: rgb(175,201,208); }
td.TdClassName
{
border-color: #AFC9D0;
}
.TagClassName
{
border-color: #AFC9D0;
}
</style>