Html Css Color HEX #A6C8EF Pale Cornflower Blue
📋 copy color: '#A6C8EF'red 166 ◦ green 200 ◦ blue 239
Shades of Pale Cornflower Blue #A6C8EF
Tints of Pale Cornflower Blue #A6C8EF
RGB
CMYK
RGB Variations
Color information
#A6C8EF (or 0xA6C8EF) is known color: Pale Cornflower Blue. HEX triplet: A6, C8 and EF. RGB value is (166,200,239). Sum of RGB (Red+Green+Blue) = 166+200+239=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6C8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C8EF is #593710. Grayscale: #C2C2C2. Windows color (decimal): -5846801 or 15714470. OLE color: 15714470.
HSL color Cylindrical-coordinate representation of color #A6C8EF: hue angle of 212.05º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C8EF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 200 | 239 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.06 |
| HSL | 212.05º | 0.7% | 0.79% | - |
| HSV(B) | 212.05º | 0.31% | 0.94% | - |
| XYZ | 51.96 | 55.65 | 89.66 | - |
| YUV | 194.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 239 | 0.31 | 0.16 | 0 | 0.06 | 212.05 | 0.7 | 0.79 |
| Hex | A6 | C8 | EF | 1F | 10 | 0 | 6 | D4 | 46 | 4F |
| Octal | 246 | 310 | 357 | 37 | 20 | 0 | 6 | 324 | 106 | 117 |
| Binary | 10100110 | 11001000 | 11101111 | 11111 | 10000 | 0 | 110 | 11010100 | 1000110 | 1001111 |
Color Harmonies of #A6C8EF
Complementary color
Monochromatic Colors of #A6C8EF
Black with #A6C8EF
Text Example
Text Example
White with #A6C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C8EF; }
p { color: rgb(166,200,239); }
H1.HeaderClassName
{
color: #A6C8EF;
}
.AnyTagClassName
{
color: #A6C8EF;
}
</style>
background-color css
<style>
a { background-color: #A6C8EF; }
a { background-color: rgb(166,200,239); }
div.DivClassName
{
background-color: #A6C8EF;
}
.BgClassName
{
background-color: #A6C8EF;
}
</style>
border-color css
<style>
span { border-color: #A6C8EF; }
span { border-color: rgb(166,200,239); }
td.TdClassName
{
border-color: #A6C8EF;
}
.TagClassName
{
border-color: #A6C8EF;
}
</style>