Html Css Color HEX #A1C9FD Pale Cornflower Blue
📋 copy color: '#A1C9FD'red 161 ◦ green 201 ◦ blue 253
Shades of Pale Cornflower Blue #A1C9FD
Tints of Pale Cornflower Blue #A1C9FD
RGB
CMYK
RGB Variations
Color information
#A1C9FD (or 0xA1C9FD) is known color: Pale Cornflower Blue. HEX triplet: A1, C9 and FD. RGB value is (161,201,253). Sum of RGB (Red+Green+Blue) = 161+201+253=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1C9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C9FD is #5E3602. Grayscale: #C2C2C2. Windows color (decimal): -6174211 or 16632225. OLE color: 16632225.
HSL color Cylindrical-coordinate representation of color #A1C9FD: hue angle of 213.91º degrees, saturation: 0.96, 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 #A1C9FD is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 201 | 253 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.01 |
| HSL | 213.91º | 0.96% | 0.81% | - |
| HSV(B) | 213.91º | 0.36% | 0.99% | - |
| XYZ | 53.31 | 56.44 | 101.01 | - |
| YUV | 194.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 253 | 0.36 | 0.21 | 0 | 0.01 | 213.91 | 0.96 | 0.81 |
| Hex | A1 | C9 | FD | 24 | 15 | 0 | 1 | D6 | 60 | 51 |
| Octal | 241 | 311 | 375 | 44 | 25 | 0 | 1 | 326 | 140 | 121 |
| Binary | 10100001 | 11001001 | 11111101 | 100100 | 10101 | 0 | 1 | 11010110 | 1100000 | 1010001 |
Color Harmonies of #A1C9FD
Complementary color
Monochromatic Colors of #A1C9FD
Black with #A1C9FD
Text Example
Text Example
White with #A1C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C9FD; }
p { color: rgb(161,201,253); }
H1.HeaderClassName
{
color: #A1C9FD;
}
.AnyTagClassName
{
color: #A1C9FD;
}
</style>
background-color css
<style>
a { background-color: #A1C9FD; }
a { background-color: rgb(161,201,253); }
div.DivClassName
{
background-color: #A1C9FD;
}
.BgClassName
{
background-color: #A1C9FD;
}
</style>
border-color css
<style>
span { border-color: #A1C9FD; }
span { border-color: rgb(161,201,253); }
td.TdClassName
{
border-color: #A1C9FD;
}
.TagClassName
{
border-color: #A1C9FD;
}
</style>