Html Css Color HEX #A6C9F1 Pale Cornflower Blue
📋 copy color: '#A6C9F1'red 166 ◦ green 201 ◦ blue 241
Shades of Pale Cornflower Blue #A6C9F1
Tints of Pale Cornflower Blue #A6C9F1
RGB
CMYK
RGB Variations
Color information
#A6C9F1 (or 0xA6C9F1) is known color: Pale Cornflower Blue. HEX triplet: A6, C9 and F1. RGB value is (166,201,241). Sum of RGB (Red+Green+Blue) = 166+201+241=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6C9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C9F1 is #59360E. Grayscale: #C2C2C2. Windows color (decimal): -5846543 or 15845798. OLE color: 15845798.
HSL color Cylindrical-coordinate representation of color #A6C9F1: hue angle of 212º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C9F1 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 201 | 241 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.05 |
| HSL | 212º | 0.73% | 0.8% | - |
| HSV(B) | 212º | 0.31% | 0.95% | - |
| XYZ | 52.49 | 56.23 | 91.31 | - |
| YUV | 195.1 | 153.9 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 241 | 0.31 | 0.17 | 0 | 0.05 | 212 | 0.73 | 0.8 |
| Hex | A6 | C9 | F1 | 1F | 11 | 0 | 5 | D4 | 49 | 50 |
| Octal | 246 | 311 | 361 | 37 | 21 | 0 | 5 | 324 | 111 | 120 |
| Binary | 10100110 | 11001001 | 11110001 | 11111 | 10001 | 0 | 101 | 11010100 | 1001001 | 1010000 |
Color Harmonies of #A6C9F1
Complementary color
Monochromatic Colors of #A6C9F1
Black with #A6C9F1
Text Example
Text Example
White with #A6C9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C9F1; }
p { color: rgb(166,201,241); }
H1.HeaderClassName
{
color: #A6C9F1;
}
.AnyTagClassName
{
color: #A6C9F1;
}
</style>
background-color css
<style>
a { background-color: #A6C9F1; }
a { background-color: rgb(166,201,241); }
div.DivClassName
{
background-color: #A6C9F1;
}
.BgClassName
{
background-color: #A6C9F1;
}
</style>
border-color css
<style>
span { border-color: #A6C9F1; }
span { border-color: rgb(166,201,241); }
td.TdClassName
{
border-color: #A6C9F1;
}
.TagClassName
{
border-color: #A6C9F1;
}
</style>