Html Css Color HEX #A6CFF6 Pale Cornflower Blue
📋 copy color: '#A6CFF6'red 166 ◦ green 207 ◦ blue 246
Shades of Pale Cornflower Blue #A6CFF6
Tints of Pale Cornflower Blue #A6CFF6
RGB
CMYK
RGB Variations
Color information
#A6CFF6 (or 0xA6CFF6) is known color: Pale Cornflower Blue. HEX triplet: A6, CF and F6. RGB value is (166,207,246). Sum of RGB (Red+Green+Blue) = 166+207+246=619 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.82% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6CFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CFF6 is #593009. Grayscale: #C6C6C6. Windows color (decimal): -5845002 or 16175014. OLE color: 16175014.
HSL color Cylindrical-coordinate representation of color #A6CFF6: hue angle of 209.25º 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 #A6CFF6 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 207 | 246 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.04 |
| HSL | 209.25º | 0.82% | 0.81% | - |
| HSV(B) | 209.25º | 0.33% | 0.96% | - |
| XYZ | 54.67 | 59.39 | 95.77 | - |
| YUV | 199.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 246 | 0.33 | 0.16 | 0 | 0.04 | 209.25 | 0.82 | 0.81 |
| Hex | A6 | CF | F6 | 21 | 10 | 0 | 4 | D1 | 52 | 51 |
| Octal | 246 | 317 | 366 | 41 | 20 | 0 | 4 | 321 | 122 | 121 |
| Binary | 10100110 | 11001111 | 11110110 | 100001 | 10000 | 0 | 100 | 11010001 | 1010010 | 1010001 |
Color Harmonies of #A6CFF6
Complementary color
Monochromatic Colors of #A6CFF6
Black with #A6CFF6
Text Example
Text Example
White with #A6CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFF6; }
p { color: rgb(166,207,246); }
H1.HeaderClassName
{
color: #A6CFF6;
}
.AnyTagClassName
{
color: #A6CFF6;
}
</style>
background-color css
<style>
a { background-color: #A6CFF6; }
a { background-color: rgb(166,207,246); }
div.DivClassName
{
background-color: #A6CFF6;
}
.BgClassName
{
background-color: #A6CFF6;
}
</style>
border-color css
<style>
span { border-color: #A6CFF6; }
span { border-color: rgb(166,207,246); }
td.TdClassName
{
border-color: #A6CFF6;
}
.TagClassName
{
border-color: #A6CFF6;
}
</style>