Shades of Regent St Blue #ADCAD4
Tints of Regent St Blue #ADCAD4
RGB
CMYK
RGB Variations
Color information
#ADCAD4 (or 0xADCAD4) is known color: Regent St Blue. HEX triplet: AD, CA and D4. RGB value is (173,202,212). Sum of RGB (Red+Green+Blue) = 173+202+212=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADCAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAD4 is #52352B. Grayscale: #C2C2C2. Windows color (decimal): -5387564 or 13945517. OLE color: 13945517.
HSL color Cylindrical-coordinate representation of color #ADCAD4: hue angle of 195.38º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADCAD4 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 173 | 202 | 212 | - |
CMYK | 0.18 | 0.05 | 0 | 0.17 |
HSL | 195.38º | 0.31% | 0.75% | - |
HSV(B) | 195.38º | 0.18% | 0.83% | - |
XYZ | 50.24 | 55.88 | 70.43 | - |
YUV | 194.47 | 137.89 | 112.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 202 | 212 | 0.18 | 0.05 | 0 | 0.17 | 195.38 | 0.31 | 0.75 |
Hex | AD | CA | D4 | 12 | 5 | 0 | 11 | C3 | 1F | 4B |
Octal | 255 | 312 | 324 | 22 | 5 | 0 | 21 | 303 | 37 | 113 |
Binary | 10101101 | 11001010 | 11010100 | 10010 | 101 | 0 | 10001 | 11000011 | 11111 | 1001011 |
Color Harmonies of #ADCAD4
Complementary color
Monochromatic Colors of #ADCAD4
Black with #ADCAD4
Text Example
Text Example
White with #ADCAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAD4; }
p { color: rgb(173,202,212); }
H1.HeaderClassName
{
color: #ADCAD4;
}
.AnyTagClassName
{
color: #ADCAD4;
}
</style>
background-color css
<style>
a { background-color: #ADCAD4; }
a { background-color: rgb(173,202,212); }
div.DivClassName
{
background-color: #ADCAD4;
}
.BgClassName
{
background-color: #ADCAD4;
}
</style>
border-color css
<style>
span { border-color: #ADCAD4; }
span { border-color: rgb(173,202,212); }
td.TdClassName
{
border-color: #ADCAD4;
}
.TagClassName
{
border-color: #ADCAD4;
}
</style>