Html Css Color HEX #A6C5FA Pale Cornflower Blue
📋 copy color: '#A6C5FA'red 166 ◦ green 197 ◦ blue 250
Shades of Pale Cornflower Blue #A6C5FA
Tints of Pale Cornflower Blue #A6C5FA
RGB
CMYK
RGB Variations
Color information
#A6C5FA (or 0xA6C5FA) is known color: Pale Cornflower Blue. HEX triplet: A6, C5 and FA. RGB value is (166,197,250). Sum of RGB (Red+Green+Blue) = 166+197+250=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6C5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C5FA is #593A05. Grayscale: #C1C1C1. Windows color (decimal): -5847558 or 16434598. OLE color: 16434598.
HSL color Cylindrical-coordinate representation of color #A6C5FA: hue angle of 217.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6C5FA is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 197 | 250 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.02 |
| HSL | 217.86º | 0.89% | 0.82% | - |
| HSV(B) | 217.86º | 0.34% | 0.98% | - |
| XYZ | 52.95 | 54.94 | 98.26 | - |
| YUV | 193.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 250 | 0.34 | 0.21 | 0 | 0.02 | 217.86 | 0.89 | 0.82 |
| Hex | A6 | C5 | FA | 22 | 15 | 0 | 2 | DA | 59 | 52 |
| Octal | 246 | 305 | 372 | 42 | 25 | 0 | 2 | 332 | 131 | 122 |
| Binary | 10100110 | 11000101 | 11111010 | 100010 | 10101 | 0 | 10 | 11011010 | 1011001 | 1010010 |
Color Harmonies of #A6C5FA
Complementary color
Monochromatic Colors of #A6C5FA
Black with #A6C5FA
Text Example
Text Example
White with #A6C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C5FA; }
p { color: rgb(166,197,250); }
H1.HeaderClassName
{
color: #A6C5FA;
}
.AnyTagClassName
{
color: #A6C5FA;
}
</style>
background-color css
<style>
a { background-color: #A6C5FA; }
a { background-color: rgb(166,197,250); }
div.DivClassName
{
background-color: #A6C5FA;
}
.BgClassName
{
background-color: #A6C5FA;
}
</style>
border-color css
<style>
span { border-color: #A6C5FA; }
span { border-color: rgb(166,197,250); }
td.TdClassName
{
border-color: #A6C5FA;
}
.TagClassName
{
border-color: #A6C5FA;
}
</style>