Html Css Color HEX #A1CFFD Pale Cornflower Blue
📋 copy color: '#A1CFFD'red 161 ◦ green 207 ◦ blue 253
Shades of Pale Cornflower Blue #A1CFFD
Tints of Pale Cornflower Blue #A1CFFD
RGB
CMYK
RGB Variations
Color information
#A1CFFD (or 0xA1CFFD) is known color: Pale Cornflower Blue. HEX triplet: A1, CF and FD. RGB value is (161,207,253). Sum of RGB (Red+Green+Blue) = 161+207+253=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFFD is #5E3002. Grayscale: #C6C6C6. Windows color (decimal): -6172675 or 16633761. OLE color: 16633761.
HSL color Cylindrical-coordinate representation of color #A1CFFD: hue angle of 210º 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 #A1CFFD is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 207 | 253 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.01 |
| HSL | 210º | 0.96% | 0.81% | - |
| HSV(B) | 210º | 0.36% | 0.99% | - |
| XYZ | 54.74 | 59.29 | 101.49 | - |
| YUV | 198.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 253 | 0.36 | 0.18 | 0 | 0.01 | 210 | 0.96 | 0.81 |
| Hex | A1 | CF | FD | 24 | 12 | 0 | 1 | D2 | 60 | 51 |
| Octal | 241 | 317 | 375 | 44 | 22 | 0 | 1 | 322 | 140 | 121 |
| Binary | 10100001 | 11001111 | 11111101 | 100100 | 10010 | 0 | 1 | 11010010 | 1100000 | 1010001 |
Color Harmonies of #A1CFFD
Complementary color
Monochromatic Colors of #A1CFFD
Black with #A1CFFD
Text Example
Text Example
White with #A1CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFFD; }
p { color: rgb(161,207,253); }
H1.HeaderClassName
{
color: #A1CFFD;
}
.AnyTagClassName
{
color: #A1CFFD;
}
</style>
background-color css
<style>
a { background-color: #A1CFFD; }
a { background-color: rgb(161,207,253); }
div.DivClassName
{
background-color: #A1CFFD;
}
.BgClassName
{
background-color: #A1CFFD;
}
</style>
border-color css
<style>
span { border-color: #A1CFFD; }
span { border-color: rgb(161,207,253); }
td.TdClassName
{
border-color: #A1CFFD;
}
.TagClassName
{
border-color: #A1CFFD;
}
</style>