Html Css Color HEX #A1C6FA Pale Cornflower Blue
📋 copy color: '#A1C6FA'red 161 ◦ green 198 ◦ blue 250
Shades of Pale Cornflower Blue #A1C6FA
Tints of Pale Cornflower Blue #A1C6FA
RGB
CMYK
RGB Variations
Color information
#A1C6FA (or 0xA1C6FA) is known color: Pale Cornflower Blue. HEX triplet: A1, C6 and FA. RGB value is (161,198,250). Sum of RGB (Red+Green+Blue) = 161+198+250=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1C6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C6FA is #5E3905. Grayscale: #C0C0C0. Windows color (decimal): -6174982 or 16434849. OLE color: 16434849.
HSL color Cylindrical-coordinate representation of color #A1C6FA: hue angle of 215.06º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C6FA is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 198 | 250 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.02 |
| HSL | 215.06º | 0.9% | 0.81% | - |
| HSV(B) | 215.06º | 0.36% | 0.98% | - |
| XYZ | 52.15 | 54.87 | 98.28 | - |
| YUV | 192.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 250 | 0.36 | 0.21 | 0 | 0.02 | 215.06 | 0.9 | 0.81 |
| Hex | A1 | C6 | FA | 24 | 15 | 0 | 2 | D7 | 5A | 51 |
| Octal | 241 | 306 | 372 | 44 | 25 | 0 | 2 | 327 | 132 | 121 |
| Binary | 10100001 | 11000110 | 11111010 | 100100 | 10101 | 0 | 10 | 11010111 | 1011010 | 1010001 |
Color Harmonies of #A1C6FA
Complementary color
Monochromatic Colors of #A1C6FA
Black with #A1C6FA
Text Example
Text Example
White with #A1C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C6FA; }
p { color: rgb(161,198,250); }
H1.HeaderClassName
{
color: #A1C6FA;
}
.AnyTagClassName
{
color: #A1C6FA;
}
</style>
background-color css
<style>
a { background-color: #A1C6FA; }
a { background-color: rgb(161,198,250); }
div.DivClassName
{
background-color: #A1C6FA;
}
.BgClassName
{
background-color: #A1C6FA;
}
</style>
border-color css
<style>
span { border-color: #A1C6FA; }
span { border-color: rgb(161,198,250); }
td.TdClassName
{
border-color: #A1C6FA;
}
.TagClassName
{
border-color: #A1C6FA;
}
</style>