Shades of Regent St Blue #A5CFDB
Tints of Regent St Blue #A5CFDB
RGB
CMYK
RGB Variations
Color information
#A5CFDB (or 0xA5CFDB) is known color: Regent St Blue. HEX triplet: A5, CF and DB. RGB value is (165,207,219). Sum of RGB (Red+Green+Blue) = 165+207+219=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFDB is #5A3024. Grayscale: #C3C3C3. Windows color (decimal): -5910565 or 14405541. OLE color: 14405541.
HSL color Cylindrical-coordinate representation of color #A5CFDB: hue angle of 193.33º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5CFDB is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 207 | 219 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.14 |
| HSL | 193.33º | 0.43% | 0.75% | - |
| HSV(B) | 193.33º | 0.25% | 0.86% | - |
| XYZ | 50.62 | 57.74 | 75.49 | - |
| YUV | 195.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 219 | 0.25 | 0.05 | 0 | 0.14 | 193.33 | 0.43 | 0.75 |
| Hex | A5 | CF | DB | 19 | 5 | 0 | E | C1 | 2B | 4B |
| Octal | 245 | 317 | 333 | 31 | 5 | 0 | 16 | 301 | 53 | 113 |
| Binary | 10100101 | 11001111 | 11011011 | 11001 | 101 | 0 | 1110 | 11000001 | 101011 | 1001011 |
Color Harmonies of #A5CFDB
Complementary color
Monochromatic Colors of #A5CFDB
Black with #A5CFDB
Text Example
Text Example
White with #A5CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CFDB; }
p { color: rgb(165,207,219); }
H1.HeaderClassName
{
color: #A5CFDB;
}
.AnyTagClassName
{
color: #A5CFDB;
}
</style>
background-color css
<style>
a { background-color: #A5CFDB; }
a { background-color: rgb(165,207,219); }
div.DivClassName
{
background-color: #A5CFDB;
}
.BgClassName
{
background-color: #A5CFDB;
}
</style>
border-color css
<style>
span { border-color: #A5CFDB; }
span { border-color: rgb(165,207,219); }
td.TdClassName
{
border-color: #A5CFDB;
}
.TagClassName
{
border-color: #A5CFDB;
}
</style>