Html Css Color HEX #A6C5FE Pale Cornflower Blue
📋 copy color: '#A6C5FE'red 166 ◦ green 197 ◦ blue 254
Shades of Pale Cornflower Blue #A6C5FE
Tints of Pale Cornflower Blue #A6C5FE
RGB
CMYK
RGB Variations
Color information
#A6C5FE (or 0xA6C5FE) is known color: Pale Cornflower Blue. HEX triplet: A6, C5 and FE. RGB value is (166,197,254). Sum of RGB (Red+Green+Blue) = 166+197+254=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C5FE is #593A01. Grayscale: #C1C1C1. Windows color (decimal): -5847554 or 16696742. OLE color: 16696742.
HSL color Cylindrical-coordinate representation of color #A6C5FE: hue angle of 218.86º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6C5FE is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 197 | 254 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.00 |
| HSL | 218.86º | 0.98% | 0.82% | - |
| HSV(B) | 218.86º | 0.35% | 1% | - |
| XYZ | 53.58 | 55.2 | 101.6 | - |
| YUV | 194.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 254 | 0.35 | 0.22 | 0 | 0.00 | 218.86 | 0.98 | 0.82 |
| Hex | A6 | C5 | FE | 23 | 16 | 0 | 0 | DB | 62 | 52 |
| Octal | 246 | 305 | 376 | 43 | 26 | 0 | 0 | 333 | 142 | 122 |
| Binary | 10100110 | 11000101 | 11111110 | 100011 | 10110 | 0 | 0 | 11011011 | 1100010 | 1010010 |
Color Harmonies of #A6C5FE
Complementary color
Monochromatic Colors of #A6C5FE
Black with #A6C5FE
Text Example
Text Example
White with #A6C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C5FE; }
p { color: rgb(166,197,254); }
H1.HeaderClassName
{
color: #A6C5FE;
}
.AnyTagClassName
{
color: #A6C5FE;
}
</style>
background-color css
<style>
a { background-color: #A6C5FE; }
a { background-color: rgb(166,197,254); }
div.DivClassName
{
background-color: #A6C5FE;
}
.BgClassName
{
background-color: #A6C5FE;
}
</style>
border-color css
<style>
span { border-color: #A6C5FE; }
span { border-color: rgb(166,197,254); }
td.TdClassName
{
border-color: #A6C5FE;
}
.TagClassName
{
border-color: #A6C5FE;
}
</style>