Html Css Color HEX #A6C6FE Pale Cornflower Blue
📋 copy color: '#A6C6FE'red 166 ◦ green 198 ◦ blue 254
Shades of Pale Cornflower Blue #A6C6FE
Tints of Pale Cornflower Blue #A6C6FE
RGB
CMYK
RGB Variations
Color information
#A6C6FE (or 0xA6C6FE) is known color: Pale Cornflower Blue. HEX triplet: A6, C6 and FE. RGB value is (166,198,254). Sum of RGB (Red+Green+Blue) = 166+198+254=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C6FE is #593901. Grayscale: #C2C2C2. Windows color (decimal): -5847298 or 16696998. OLE color: 16696998.
HSL color Cylindrical-coordinate representation of color #A6C6FE: hue angle of 218.18º 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 #A6C6FE is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 198 | 254 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.00 |
| HSL | 218.18º | 0.98% | 0.82% | - |
| HSV(B) | 218.18º | 0.35% | 1% | - |
| XYZ | 53.81 | 55.65 | 101.67 | - |
| YUV | 194.82 | 161.4 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 254 | 0.35 | 0.22 | 0 | 0.00 | 218.18 | 0.98 | 0.82 |
| Hex | A6 | C6 | FE | 23 | 16 | 0 | 0 | DA | 62 | 52 |
| Octal | 246 | 306 | 376 | 43 | 26 | 0 | 0 | 332 | 142 | 122 |
| Binary | 10100110 | 11000110 | 11111110 | 100011 | 10110 | 0 | 0 | 11011010 | 1100010 | 1010010 |
Color Harmonies of #A6C6FE
Complementary color
Monochromatic Colors of #A6C6FE
Black with #A6C6FE
Text Example
Text Example
White with #A6C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C6FE; }
p { color: rgb(166,198,254); }
H1.HeaderClassName
{
color: #A6C6FE;
}
.AnyTagClassName
{
color: #A6C6FE;
}
</style>
background-color css
<style>
a { background-color: #A6C6FE; }
a { background-color: rgb(166,198,254); }
div.DivClassName
{
background-color: #A6C6FE;
}
.BgClassName
{
background-color: #A6C6FE;
}
</style>
border-color css
<style>
span { border-color: #A6C6FE; }
span { border-color: rgb(166,198,254); }
td.TdClassName
{
border-color: #A6C6FE;
}
.TagClassName
{
border-color: #A6C6FE;
}
</style>