Html Css Color HEX #A1C9F3 Pale Cornflower Blue
📋 copy color: '#A1C9F3'red 161 ◦ green 201 ◦ blue 243
Shades of Pale Cornflower Blue #A1C9F3
Tints of Pale Cornflower Blue #A1C9F3
RGB
CMYK
RGB Variations
Color information
#A1C9F3 (or 0xA1C9F3) is known color: Pale Cornflower Blue. HEX triplet: A1, C9 and F3. RGB value is (161,201,243). Sum of RGB (Red+Green+Blue) = 161+201+243=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1C9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C9F3 is #5E360C. Grayscale: #C1C1C1. Windows color (decimal): -6174221 or 15976865. OLE color: 15976865.
HSL color Cylindrical-coordinate representation of color #A1C9F3: hue angle of 210.73º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1C9F3 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 201 | 243 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.05 |
| HSL | 210.73º | 0.77% | 0.79% | - |
| HSV(B) | 210.73º | 0.34% | 0.95% | - |
| XYZ | 51.76 | 55.82 | 92.84 | - |
| YUV | 193.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 243 | 0.34 | 0.17 | 0 | 0.05 | 210.73 | 0.77 | 0.79 |
| Hex | A1 | C9 | F3 | 22 | 11 | 0 | 5 | D3 | 4D | 4F |
| Octal | 241 | 311 | 363 | 42 | 21 | 0 | 5 | 323 | 115 | 117 |
| Binary | 10100001 | 11001001 | 11110011 | 100010 | 10001 | 0 | 101 | 11010011 | 1001101 | 1001111 |
Color Harmonies of #A1C9F3
Complementary color
Monochromatic Colors of #A1C9F3
Black with #A1C9F3
Text Example
Text Example
White with #A1C9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C9F3; }
p { color: rgb(161,201,243); }
H1.HeaderClassName
{
color: #A1C9F3;
}
.AnyTagClassName
{
color: #A1C9F3;
}
</style>
background-color css
<style>
a { background-color: #A1C9F3; }
a { background-color: rgb(161,201,243); }
div.DivClassName
{
background-color: #A1C9F3;
}
.BgClassName
{
background-color: #A1C9F3;
}
</style>
border-color css
<style>
span { border-color: #A1C9F3; }
span { border-color: rgb(161,201,243); }
td.TdClassName
{
border-color: #A1C9F3;
}
.TagClassName
{
border-color: #A1C9F3;
}
</style>