Html Css Color HEX #A6CCFC Pale Cornflower Blue
📋 copy color: '#A6CCFC'red 166 ◦ green 204 ◦ blue 252
Shades of Pale Cornflower Blue #A6CCFC
Tints of Pale Cornflower Blue #A6CCFC
RGB
CMYK
RGB Variations
Color information
#A6CCFC (or 0xA6CCFC) is known color: Pale Cornflower Blue. HEX triplet: A6, CC and FC. RGB value is (166,204,252). Sum of RGB (Red+Green+Blue) = 166+204+252=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CCFC is #593303. Grayscale: #C5C5C5. Windows color (decimal): -5845764 or 16567462. OLE color: 16567462.
HSL color Cylindrical-coordinate representation of color #A6CCFC: hue angle of 213.49º 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 #A6CCFC is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 204 | 252 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.01 |
| HSL | 213.49º | 0.93% | 0.82% | - |
| HSV(B) | 213.49º | 0.34% | 0.99% | - |
| XYZ | 54.89 | 58.32 | 100.46 | - |
| YUV | 198.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 252 | 0.34 | 0.19 | 0 | 0.01 | 213.49 | 0.93 | 0.82 |
| Hex | A6 | CC | FC | 22 | 13 | 0 | 1 | D5 | 5D | 52 |
| Octal | 246 | 314 | 374 | 42 | 23 | 0 | 1 | 325 | 135 | 122 |
| Binary | 10100110 | 11001100 | 11111100 | 100010 | 10011 | 0 | 1 | 11010101 | 1011101 | 1010010 |
Color Harmonies of #A6CCFC
Complementary color
Monochromatic Colors of #A6CCFC
Black with #A6CCFC
Text Example
Text Example
White with #A6CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCFC; }
p { color: rgb(166,204,252); }
H1.HeaderClassName
{
color: #A6CCFC;
}
.AnyTagClassName
{
color: #A6CCFC;
}
</style>
background-color css
<style>
a { background-color: #A6CCFC; }
a { background-color: rgb(166,204,252); }
div.DivClassName
{
background-color: #A6CCFC;
}
.BgClassName
{
background-color: #A6CCFC;
}
</style>
border-color css
<style>
span { border-color: #A6CCFC; }
span { border-color: rgb(166,204,252); }
td.TdClassName
{
border-color: #A6CCFC;
}
.TagClassName
{
border-color: #A6CCFC;
}
</style>