Shades of Regent St Blue #AFCED6
Tints of Regent St Blue #AFCED6
RGB
CMYK
RGB Variations
Color information
#AFCED6 (or 0xAFCED6) is known color: Regent St Blue. HEX triplet: AF, CE and D6. RGB value is (175,206,214). Sum of RGB (Red+Green+Blue) = 175+206+214=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFCED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCED6 is #503129. Grayscale: #C5C5C5. Windows color (decimal): -5255466 or 14077615. OLE color: 14077615.
HSL color Cylindrical-coordinate representation of color #AFCED6: hue angle of 192.31º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFCED6 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 206 | 214 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.16 |
| HSL | 192.31º | 0.32% | 0.76% | - |
| HSV(B) | 192.31º | 0.18% | 0.84% | - |
| XYZ | 51.89 | 58.11 | 72.1 | - |
| YUV | 197.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 214 | 0.18 | 0.04 | 0 | 0.16 | 192.31 | 0.32 | 0.76 |
| Hex | AF | CE | D6 | 12 | 4 | 0 | 10 | C0 | 20 | 4C |
| Octal | 257 | 316 | 326 | 22 | 4 | 0 | 20 | 300 | 40 | 114 |
| Binary | 10101111 | 11001110 | 11010110 | 10010 | 100 | 0 | 10000 | 11000000 | 100000 | 1001100 |
Color Harmonies of #AFCED6
Complementary color
Monochromatic Colors of #AFCED6
Black with #AFCED6
Text Example
Text Example
White with #AFCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCED6; }
p { color: rgb(175,206,214); }
H1.HeaderClassName
{
color: #AFCED6;
}
.AnyTagClassName
{
color: #AFCED6;
}
</style>
background-color css
<style>
a { background-color: #AFCED6; }
a { background-color: rgb(175,206,214); }
div.DivClassName
{
background-color: #AFCED6;
}
.BgClassName
{
background-color: #AFCED6;
}
</style>
border-color css
<style>
span { border-color: #AFCED6; }
span { border-color: rgb(175,206,214); }
td.TdClassName
{
border-color: #AFCED6;
}
.TagClassName
{
border-color: #AFCED6;
}
</style>