Html Css Color HEX #A6D1FA Pale Cornflower Blue
📋 copy color: '#A6D1FA'red 166 ◦ green 209 ◦ blue 250
Shades of Pale Cornflower Blue #A6D1FA
Tints of Pale Cornflower Blue #A6D1FA
RGB
CMYK
RGB Variations
Color information
#A6D1FA (or 0xA6D1FA) is known color: Pale Cornflower Blue. HEX triplet: A6, D1 and FA. RGB value is (166,209,250). Sum of RGB (Red+Green+Blue) = 166+209+250=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D1FA is #592E05. Grayscale: #C8C8C8. Windows color (decimal): -5844486 or 16437670. OLE color: 16437670.
HSL color Cylindrical-coordinate representation of color #A6D1FA: hue angle of 209.29º 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 #A6D1FA is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 209 | 250 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.02 |
| HSL | 209.29º | 0.89% | 0.82% | - |
| HSV(B) | 209.29º | 0.34% | 0.98% | - |
| XYZ | 55.78 | 60.61 | 99.2 | - |
| YUV | 200.82 | 155.75 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 250 | 0.34 | 0.16 | 0 | 0.02 | 209.29 | 0.89 | 0.82 |
| Hex | A6 | D1 | FA | 22 | 10 | 0 | 2 | D1 | 59 | 52 |
| Octal | 246 | 321 | 372 | 42 | 20 | 0 | 2 | 321 | 131 | 122 |
| Binary | 10100110 | 11010001 | 11111010 | 100010 | 10000 | 0 | 10 | 11010001 | 1011001 | 1010010 |
Color Harmonies of #A6D1FA
Complementary color
Monochromatic Colors of #A6D1FA
Black with #A6D1FA
Text Example
Text Example
White with #A6D1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D1FA; }
p { color: rgb(166,209,250); }
H1.HeaderClassName
{
color: #A6D1FA;
}
.AnyTagClassName
{
color: #A6D1FA;
}
</style>
background-color css
<style>
a { background-color: #A6D1FA; }
a { background-color: rgb(166,209,250); }
div.DivClassName
{
background-color: #A6D1FA;
}
.BgClassName
{
background-color: #A6D1FA;
}
</style>
border-color css
<style>
span { border-color: #A6D1FA; }
span { border-color: rgb(166,209,250); }
td.TdClassName
{
border-color: #A6D1FA;
}
.TagClassName
{
border-color: #A6D1FA;
}
</style>