Shades of Regent St Blue #A3CFD6
Tints of Regent St Blue #A3CFD6
RGB
CMYK
RGB Variations
Color information
#A3CFD6 (or 0xA3CFD6) is known color: Regent St Blue. HEX triplet: A3, CF and D6. RGB value is (163,207,214). Sum of RGB (Red+Green+Blue) = 163+207+214=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #A3CFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFD6 is #5C3029. Grayscale: #C2C2C2. Windows color (decimal): -6041642 or 14077859. OLE color: 14077859.
HSL color Cylindrical-coordinate representation of color #A3CFD6: hue angle of 188.24º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3CFD6 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 207 | 214 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.16 |
| HSL | 188.24º | 0.38% | 0.74% | - |
| HSV(B) | 188.24º | 0.24% | 0.84% | - |
| XYZ | 49.55 | 57.27 | 72.06 | - |
| YUV | 194.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 214 | 0.24 | 0.03 | 0 | 0.16 | 188.24 | 0.38 | 0.74 |
| Hex | A3 | CF | D6 | 18 | 3 | 0 | 10 | BC | 26 | 4A |
| Octal | 243 | 317 | 326 | 30 | 3 | 0 | 20 | 274 | 46 | 112 |
| Binary | 10100011 | 11001111 | 11010110 | 11000 | 11 | 0 | 10000 | 10111100 | 100110 | 1001010 |
Color Harmonies of #A3CFD6
Complementary color
Monochromatic Colors of #A3CFD6
Black with #A3CFD6
Text Example
Text Example
White with #A3CFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFD6; }
p { color: rgb(163,207,214); }
H1.HeaderClassName
{
color: #A3CFD6;
}
.AnyTagClassName
{
color: #A3CFD6;
}
</style>
background-color css
<style>
a { background-color: #A3CFD6; }
a { background-color: rgb(163,207,214); }
div.DivClassName
{
background-color: #A3CFD6;
}
.BgClassName
{
background-color: #A3CFD6;
}
</style>
border-color css
<style>
span { border-color: #A3CFD6; }
span { border-color: rgb(163,207,214); }
td.TdClassName
{
border-color: #A3CFD6;
}
.TagClassName
{
border-color: #A3CFD6;
}
</style>