Html Css Color HEX #A1CFFC Pale Cornflower Blue
📋 copy color: '#A1CFFC'red 161 ◦ green 207 ◦ blue 252
Shades of Pale Cornflower Blue #A1CFFC
Tints of Pale Cornflower Blue #A1CFFC
RGB
CMYK
RGB Variations
Color information
#A1CFFC (or 0xA1CFFC) is known color: Pale Cornflower Blue. HEX triplet: A1, CF and FC. RGB value is (161,207,252). Sum of RGB (Red+Green+Blue) = 161+207+252=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFFC is #5E3003. Grayscale: #C6C6C6. Windows color (decimal): -6172676 or 16568225. OLE color: 16568225.
HSL color Cylindrical-coordinate representation of color #A1CFFC: hue angle of 209.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1CFFC is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 207 | 252 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.01 |
| HSL | 209.67º | 0.94% | 0.81% | - |
| HSV(B) | 209.67º | 0.36% | 0.99% | - |
| XYZ | 54.58 | 59.23 | 100.65 | - |
| YUV | 198.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 252 | 0.36 | 0.18 | 0 | 0.01 | 209.67 | 0.94 | 0.81 |
| Hex | A1 | CF | FC | 24 | 12 | 0 | 1 | D2 | 5E | 51 |
| Octal | 241 | 317 | 374 | 44 | 22 | 0 | 1 | 322 | 136 | 121 |
| Binary | 10100001 | 11001111 | 11111100 | 100100 | 10010 | 0 | 1 | 11010010 | 1011110 | 1010001 |
Color Harmonies of #A1CFFC
Complementary color
Monochromatic Colors of #A1CFFC
Black with #A1CFFC
Text Example
Text Example
White with #A1CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFFC; }
p { color: rgb(161,207,252); }
H1.HeaderClassName
{
color: #A1CFFC;
}
.AnyTagClassName
{
color: #A1CFFC;
}
</style>
background-color css
<style>
a { background-color: #A1CFFC; }
a { background-color: rgb(161,207,252); }
div.DivClassName
{
background-color: #A1CFFC;
}
.BgClassName
{
background-color: #A1CFFC;
}
</style>
border-color css
<style>
span { border-color: #A1CFFC; }
span { border-color: rgb(161,207,252); }
td.TdClassName
{
border-color: #A1CFFC;
}
.TagClassName
{
border-color: #A1CFFC;
}
</style>