Html Css Color HEX #A1CCFF Pale Cornflower Blue
📋 copy color: '#A1CCFF'red 161 ◦ green 204 ◦ blue 255
Shades of Pale Cornflower Blue #A1CCFF
Tints of Pale Cornflower Blue #A1CCFF
RGB
CMYK
RGB Variations
Color information
#A1CCFF (or 0xA1CCFF) is known color: Pale Cornflower Blue. HEX triplet: A1, CC and FF. RGB value is (161,204,255). Sum of RGB (Red+Green+Blue) = 161+204+255=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCFF is #5E3300. Grayscale: #C4C4C4. Windows color (decimal): -6173441 or 16764065. OLE color: 16764065.
HSL color Cylindrical-coordinate representation of color #A1CCFF: hue angle of 212.55º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1CCFF is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 204 | 255 | - |
| CMYK | 0.37 | 0.2 | 0 | 0 |
| HSL | 212.55º | 1% | 0.82% | - |
| HSV(B) | 212.55º | 0.37% | 1% | - |
| XYZ | 54.34 | 57.98 | 102.94 | - |
| YUV | 196.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 255 | 0.37 | 0.2 | 0 | 0 | 212.55 | 1 | 0.82 |
| Hex | A1 | CC | FF | 25 | 14 | 0 | 0 | D5 | 64 | 52 |
| Octal | 241 | 314 | 377 | 45 | 24 | 0 | 0 | 325 | 144 | 122 |
| Binary | 10100001 | 11001100 | 11111111 | 100101 | 10100 | 0 | 0 | 11010101 | 1100100 | 1010010 |
Color Harmonies of #A1CCFF
Complementary color
Monochromatic Colors of #A1CCFF
Black with #A1CCFF
Text Example
Text Example
White with #A1CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCFF; }
p { color: rgb(161,204,255); }
H1.HeaderClassName
{
color: #A1CCFF;
}
.AnyTagClassName
{
color: #A1CCFF;
}
</style>
background-color css
<style>
a { background-color: #A1CCFF; }
a { background-color: rgb(161,204,255); }
div.DivClassName
{
background-color: #A1CCFF;
}
.BgClassName
{
background-color: #A1CCFF;
}
</style>
border-color css
<style>
span { border-color: #A1CCFF; }
span { border-color: rgb(161,204,255); }
td.TdClassName
{
border-color: #A1CCFF;
}
.TagClassName
{
border-color: #A1CCFF;
}
</style>