Html Css Color HEX #A6D0FC Pale Cornflower Blue
📋 copy color: '#A6D0FC'red 166 ◦ green 208 ◦ blue 252
Shades of Pale Cornflower Blue #A6D0FC
Tints of Pale Cornflower Blue #A6D0FC
RGB
CMYK
RGB Variations
Color information
#A6D0FC (or 0xA6D0FC) is known color: Pale Cornflower Blue. HEX triplet: A6, D0 and FC. RGB value is (166,208,252). Sum of RGB (Red+Green+Blue) = 166+208+252=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6D0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D0FC is #592F03. Grayscale: #C8C8C8. Windows color (decimal): -5844740 or 16568486. OLE color: 16568486.
HSL color Cylindrical-coordinate representation of color #A6D0FC: hue angle of 210.7º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6D0FC is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 208 | 252 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.01 |
| HSL | 210.7º | 0.93% | 0.82% | - |
| HSV(B) | 210.7º | 0.34% | 0.99% | - |
| XYZ | 55.85 | 60.25 | 100.78 | - |
| YUV | 200.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 252 | 0.34 | 0.17 | 0 | 0.01 | 210.7 | 0.93 | 0.82 |
| Hex | A6 | D0 | FC | 22 | 11 | 0 | 1 | D3 | 5D | 52 |
| Octal | 246 | 320 | 374 | 42 | 21 | 0 | 1 | 323 | 135 | 122 |
| Binary | 10100110 | 11010000 | 11111100 | 100010 | 10001 | 0 | 1 | 11010011 | 1011101 | 1010010 |
Color Harmonies of #A6D0FC
Complementary color
Monochromatic Colors of #A6D0FC
Black with #A6D0FC
Text Example
Text Example
White with #A6D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D0FC; }
p { color: rgb(166,208,252); }
H1.HeaderClassName
{
color: #A6D0FC;
}
.AnyTagClassName
{
color: #A6D0FC;
}
</style>
background-color css
<style>
a { background-color: #A6D0FC; }
a { background-color: rgb(166,208,252); }
div.DivClassName
{
background-color: #A6D0FC;
}
.BgClassName
{
background-color: #A6D0FC;
}
</style>
border-color css
<style>
span { border-color: #A6D0FC; }
span { border-color: rgb(166,208,252); }
td.TdClassName
{
border-color: #A6D0FC;
}
.TagClassName
{
border-color: #A6D0FC;
}
</style>