Shades of Regent St Blue #AFCDD3
Tints of Regent St Blue #AFCDD3
RGB
CMYK
RGB Variations
Color information
#AFCDD3 (or 0xAFCDD3) is known color: Regent St Blue. HEX triplet: AF, CD and D3. RGB value is (175,205,211). Sum of RGB (Red+Green+Blue) = 175+205+211=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFCDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDD3 is #50322C. Grayscale: #C4C4C4. Windows color (decimal): -5255725 or 13880751. OLE color: 13880751.
HSL color Cylindrical-coordinate representation of color #AFCDD3: hue angle of 190º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFCDD3 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 205 | 211 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.17 |
| HSL | 190º | 0.29% | 0.76% | - |
| HSV(B) | 190º | 0.17% | 0.83% | - |
| XYZ | 51.27 | 57.48 | 70.02 | - |
| YUV | 196.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 211 | 0.17 | 0.03 | 0 | 0.17 | 190 | 0.29 | 0.76 |
| Hex | AF | CD | D3 | 11 | 3 | 0 | 11 | BE | 1D | 4C |
| Octal | 257 | 315 | 323 | 21 | 3 | 0 | 21 | 276 | 35 | 114 |
| Binary | 10101111 | 11001101 | 11010011 | 10001 | 11 | 0 | 10001 | 10111110 | 11101 | 1001100 |
Color Harmonies of #AFCDD3
Complementary color
Monochromatic Colors of #AFCDD3
Black with #AFCDD3
Text Example
Text Example
White with #AFCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDD3; }
p { color: rgb(175,205,211); }
H1.HeaderClassName
{
color: #AFCDD3;
}
.AnyTagClassName
{
color: #AFCDD3;
}
</style>
background-color css
<style>
a { background-color: #AFCDD3; }
a { background-color: rgb(175,205,211); }
div.DivClassName
{
background-color: #AFCDD3;
}
.BgClassName
{
background-color: #AFCDD3;
}
</style>
border-color css
<style>
span { border-color: #AFCDD3; }
span { border-color: rgb(175,205,211); }
td.TdClassName
{
border-color: #AFCDD3;
}
.TagClassName
{
border-color: #AFCDD3;
}
</style>