Shades of Spindle #A7C3D4
Tints of Spindle #A7C3D4
RGB
CMYK
RGB Variations
Color information
#A7C3D4 (or 0xA7C3D4) is known color: Spindle. HEX triplet: A7, C3 and D4. RGB value is (167,195,212). Sum of RGB (Red+Green+Blue) = 167+195+212=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #A7C3D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C3D4 is #583C2B. Grayscale: #BCBCBC. Windows color (decimal): -5782572 or 13943719. OLE color: 13943719.
HSL color Cylindrical-coordinate representation of color #A7C3D4: hue angle of 202.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7C3D4 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 195 | 212 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.17 |
| HSL | 202.67º | 0.34% | 0.74% | - |
| HSV(B) | 202.67º | 0.21% | 0.83% | - |
| XYZ | 47.34 | 52 | 69.83 | - |
| YUV | 188.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 212 | 0.21 | 0.08 | 0 | 0.17 | 202.67 | 0.34 | 0.74 |
| Hex | A7 | C3 | D4 | 15 | 8 | 0 | 11 | CB | 22 | 4A |
| Octal | 247 | 303 | 324 | 25 | 10 | 0 | 21 | 313 | 42 | 112 |
| Binary | 10100111 | 11000011 | 11010100 | 10101 | 1000 | 0 | 10001 | 11001011 | 100010 | 1001010 |
Color Harmonies of #A7C3D4
Complementary color
Monochromatic Colors of #A7C3D4
Black with #A7C3D4
Text Example
Text Example
White with #A7C3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C3D4; }
p { color: rgb(167,195,212); }
H1.HeaderClassName
{
color: #A7C3D4;
}
.AnyTagClassName
{
color: #A7C3D4;
}
</style>
background-color css
<style>
a { background-color: #A7C3D4; }
a { background-color: rgb(167,195,212); }
div.DivClassName
{
background-color: #A7C3D4;
}
.BgClassName
{
background-color: #A7C3D4;
}
</style>
border-color css
<style>
span { border-color: #A7C3D4; }
span { border-color: rgb(167,195,212); }
td.TdClassName
{
border-color: #A7C3D4;
}
.TagClassName
{
border-color: #A7C3D4;
}
</style>