Html Css Color HEX #A6C8F7 Pale Cornflower Blue
📋 copy color: '#A6C8F7'red 166 ◦ green 200 ◦ blue 247
Shades of Pale Cornflower Blue #A6C8F7
Tints of Pale Cornflower Blue #A6C8F7
RGB
CMYK
RGB Variations
Color information
#A6C8F7 (or 0xA6C8F7) is known color: Pale Cornflower Blue. HEX triplet: A6, C8 and F7. RGB value is (166,200,247). Sum of RGB (Red+Green+Blue) = 166+200+247=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6C8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C8F7 is #593708. Grayscale: #C2C2C2. Windows color (decimal): -5846793 or 16238758. OLE color: 16238758.
HSL color Cylindrical-coordinate representation of color #A6C8F7: hue angle of 214.81º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6C8F7 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 200 | 247 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.03 |
| HSL | 214.81º | 0.84% | 0.81% | - |
| HSV(B) | 214.81º | 0.33% | 0.97% | - |
| XYZ | 53.17 | 56.13 | 96.03 | - |
| YUV | 195.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 247 | 0.33 | 0.19 | 0 | 0.03 | 214.81 | 0.84 | 0.81 |
| Hex | A6 | C8 | F7 | 21 | 13 | 0 | 3 | D7 | 54 | 51 |
| Octal | 246 | 310 | 367 | 41 | 23 | 0 | 3 | 327 | 124 | 121 |
| Binary | 10100110 | 11001000 | 11110111 | 100001 | 10011 | 0 | 11 | 11010111 | 1010100 | 1010001 |
Color Harmonies of #A6C8F7
Complementary color
Monochromatic Colors of #A6C8F7
Black with #A6C8F7
Text Example
Text Example
White with #A6C8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C8F7; }
p { color: rgb(166,200,247); }
H1.HeaderClassName
{
color: #A6C8F7;
}
.AnyTagClassName
{
color: #A6C8F7;
}
</style>
background-color css
<style>
a { background-color: #A6C8F7; }
a { background-color: rgb(166,200,247); }
div.DivClassName
{
background-color: #A6C8F7;
}
.BgClassName
{
background-color: #A6C8F7;
}
</style>
border-color css
<style>
span { border-color: #A6C8F7; }
span { border-color: rgb(166,200,247); }
td.TdClassName
{
border-color: #A6C8F7;
}
.TagClassName
{
border-color: #A6C8F7;
}
</style>