Html Css Color HEX #A1CBFF Pale Cornflower Blue
📋 copy color: '#A1CBFF'red 161 ◦ green 203 ◦ blue 255
Shades of Pale Cornflower Blue #A1CBFF
Tints of Pale Cornflower Blue #A1CBFF
RGB
CMYK
RGB Variations
Color information
#A1CBFF (or 0xA1CBFF) is known color: Pale Cornflower Blue. HEX triplet: A1, CB and FF. RGB value is (161,203,255). Sum of RGB (Red+Green+Blue) = 161+203+255=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBFF is #5E3400. Grayscale: #C4C4C4. Windows color (decimal): -6173697 or 16763809. OLE color: 16763809.
HSL color Cylindrical-coordinate representation of color #A1CBFF: hue angle of 213.19º 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 #A1CBFF is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 203 | 255 | - |
| CMYK | 0.37 | 0.20 | 0 | 0 |
| HSL | 213.19º | 1% | 0.82% | - |
| HSV(B) | 213.19º | 0.37% | 1% | - |
| XYZ | 54.1 | 57.51 | 102.86 | - |
| YUV | 196.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 255 | 0.37 | 0.20 | 0 | 0 | 213.19 | 1 | 0.82 |
| Hex | A1 | CB | FF | 25 | 14 | 0 | 0 | D5 | 64 | 52 |
| Octal | 241 | 313 | 377 | 45 | 24 | 0 | 0 | 325 | 144 | 122 |
| Binary | 10100001 | 11001011 | 11111111 | 100101 | 10100 | 0 | 0 | 11010101 | 1100100 | 1010010 |
Color Harmonies of #A1CBFF
Complementary color
Monochromatic Colors of #A1CBFF
Black with #A1CBFF
Text Example
Text Example
White with #A1CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBFF; }
p { color: rgb(161,203,255); }
H1.HeaderClassName
{
color: #A1CBFF;
}
.AnyTagClassName
{
color: #A1CBFF;
}
</style>
background-color css
<style>
a { background-color: #A1CBFF; }
a { background-color: rgb(161,203,255); }
div.DivClassName
{
background-color: #A1CBFF;
}
.BgClassName
{
background-color: #A1CBFF;
}
</style>
border-color css
<style>
span { border-color: #A1CBFF; }
span { border-color: rgb(161,203,255); }
td.TdClassName
{
border-color: #A1CBFF;
}
.TagClassName
{
border-color: #A1CBFF;
}
</style>