Html Css Color HEX #A1CAFE Pale Cornflower Blue
📋 copy color: '#A1CAFE'red 161 ◦ green 202 ◦ blue 254
Shades of Pale Cornflower Blue #A1CAFE
Tints of Pale Cornflower Blue #A1CAFE
RGB
CMYK
RGB Variations
Color information
#A1CAFE (or 0xA1CAFE) is known color: Pale Cornflower Blue. HEX triplet: A1, CA and FE. RGB value is (161,202,254). Sum of RGB (Red+Green+Blue) = 161+202+254=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CAFE is #5E3501. Grayscale: #C3C3C3. Windows color (decimal): -6173954 or 16698017. OLE color: 16698017.
HSL color Cylindrical-coordinate representation of color #A1CAFE: hue angle of 213.55º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1CAFE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 202 | 254 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.00 |
| HSL | 213.55º | 0.98% | 0.81% | - |
| HSV(B) | 213.55º | 0.37% | 1% | - |
| XYZ | 53.71 | 56.97 | 101.93 | - |
| YUV | 195.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 254 | 0.37 | 0.20 | 0 | 0.00 | 213.55 | 0.98 | 0.81 |
| Hex | A1 | CA | FE | 25 | 14 | 0 | 0 | D6 | 62 | 51 |
| Octal | 241 | 312 | 376 | 45 | 24 | 0 | 0 | 326 | 142 | 121 |
| Binary | 10100001 | 11001010 | 11111110 | 100101 | 10100 | 0 | 0 | 11010110 | 1100010 | 1010001 |
Color Harmonies of #A1CAFE
Complementary color
Monochromatic Colors of #A1CAFE
Black with #A1CAFE
Text Example
Text Example
White with #A1CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CAFE; }
p { color: rgb(161,202,254); }
H1.HeaderClassName
{
color: #A1CAFE;
}
.AnyTagClassName
{
color: #A1CAFE;
}
</style>
background-color css
<style>
a { background-color: #A1CAFE; }
a { background-color: rgb(161,202,254); }
div.DivClassName
{
background-color: #A1CAFE;
}
.BgClassName
{
background-color: #A1CAFE;
}
</style>
border-color css
<style>
span { border-color: #A1CAFE; }
span { border-color: rgb(161,202,254); }
td.TdClassName
{
border-color: #A1CAFE;
}
.TagClassName
{
border-color: #A1CAFE;
}
</style>