Shades of Regent St Blue #A2CFD7
Tints of Regent St Blue #A2CFD7
RGB
CMYK
RGB Variations
Color information
#A2CFD7 (or 0xA2CFD7) is known color: Regent St Blue. HEX triplet: A2, CF and D7. RGB value is (162,207,215). Sum of RGB (Red+Green+Blue) = 162+207+215=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #A2CFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFD7 is #5D3028. Grayscale: #C2C2C2. Windows color (decimal): -6107177 or 14143394. OLE color: 14143394.
HSL color Cylindrical-coordinate representation of color #A2CFD7: hue angle of 189.06º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2CFD7 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 207 | 215 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.16 |
| HSL | 189.06º | 0.4% | 0.74% | - |
| HSV(B) | 189.06º | 0.25% | 0.84% | - |
| XYZ | 49.48 | 57.21 | 72.73 | - |
| YUV | 194.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 215 | 0.25 | 0.04 | 0 | 0.16 | 189.06 | 0.4 | 0.74 |
| Hex | A2 | CF | D7 | 19 | 4 | 0 | 10 | BD | 28 | 4A |
| Octal | 242 | 317 | 327 | 31 | 4 | 0 | 20 | 275 | 50 | 112 |
| Binary | 10100010 | 11001111 | 11010111 | 11001 | 100 | 0 | 10000 | 10111101 | 101000 | 1001010 |
Color Harmonies of #A2CFD7
Complementary color
Monochromatic Colors of #A2CFD7
Black with #A2CFD7
Text Example
Text Example
White with #A2CFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFD7; }
p { color: rgb(162,207,215); }
H1.HeaderClassName
{
color: #A2CFD7;
}
.AnyTagClassName
{
color: #A2CFD7;
}
</style>
background-color css
<style>
a { background-color: #A2CFD7; }
a { background-color: rgb(162,207,215); }
div.DivClassName
{
background-color: #A2CFD7;
}
.BgClassName
{
background-color: #A2CFD7;
}
</style>
border-color css
<style>
span { border-color: #A2CFD7; }
span { border-color: rgb(162,207,215); }
td.TdClassName
{
border-color: #A2CFD7;
}
.TagClassName
{
border-color: #A2CFD7;
}
</style>