Html Css Color HEX #A6CEF6 Pale Cornflower Blue
📋 copy color: '#A6CEF6'red 166 ◦ green 206 ◦ blue 246
Shades of Pale Cornflower Blue #A6CEF6
Tints of Pale Cornflower Blue #A6CEF6
RGB
CMYK
RGB Variations
Color information
#A6CEF6 (or 0xA6CEF6) is known color: Pale Cornflower Blue. HEX triplet: A6, CE and F6. RGB value is (166,206,246). Sum of RGB (Red+Green+Blue) = 166+206+246=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6CEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CEF6 is #593109. Grayscale: #C6C6C6. Windows color (decimal): -5845258 or 16174758. OLE color: 16174758.
HSL color Cylindrical-coordinate representation of color #A6CEF6: hue angle of 210º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6CEF6 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 206 | 246 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.04 |
| HSL | 210º | 0.82% | 0.81% | - |
| HSV(B) | 210º | 0.33% | 0.96% | - |
| XYZ | 54.43 | 58.9 | 95.69 | - |
| YUV | 198.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 246 | 0.33 | 0.16 | 0 | 0.04 | 210 | 0.82 | 0.81 |
| Hex | A6 | CE | F6 | 21 | 10 | 0 | 4 | D2 | 52 | 51 |
| Octal | 246 | 316 | 366 | 41 | 20 | 0 | 4 | 322 | 122 | 121 |
| Binary | 10100110 | 11001110 | 11110110 | 100001 | 10000 | 0 | 100 | 11010010 | 1010010 | 1010001 |
Color Harmonies of #A6CEF6
Complementary color
Monochromatic Colors of #A6CEF6
Black with #A6CEF6
Text Example
Text Example
White with #A6CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CEF6; }
p { color: rgb(166,206,246); }
H1.HeaderClassName
{
color: #A6CEF6;
}
.AnyTagClassName
{
color: #A6CEF6;
}
</style>
background-color css
<style>
a { background-color: #A6CEF6; }
a { background-color: rgb(166,206,246); }
div.DivClassName
{
background-color: #A6CEF6;
}
.BgClassName
{
background-color: #A6CEF6;
}
</style>
border-color css
<style>
span { border-color: #A6CEF6; }
span { border-color: rgb(166,206,246); }
td.TdClassName
{
border-color: #A6CEF6;
}
.TagClassName
{
border-color: #A6CEF6;
}
</style>