Html Css Color HEX #A1C4EC Pale Cornflower Blue
📋 copy color: '#A1C4EC'red 161 ◦ green 196 ◦ blue 236
Shades of Pale Cornflower Blue #A1C4EC
Tints of Pale Cornflower Blue #A1C4EC
RGB
CMYK
RGB Variations
Color information
#A1C4EC (or 0xA1C4EC) is known color: Pale Cornflower Blue. HEX triplet: A1, C4 and EC. RGB value is (161,196,236). Sum of RGB (Red+Green+Blue) = 161+196+236=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1C4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C4EC is #5E3B13. Grayscale: #BDBDBD. Windows color (decimal): -6175508 or 15516833. OLE color: 15516833.
HSL color Cylindrical-coordinate representation of color #A1C4EC: hue angle of 212º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1C4EC is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 196 | 236 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.07 |
| HSL | 212º | 0.66% | 0.78% | - |
| HSV(B) | 212º | 0.32% | 0.93% | - |
| XYZ | 49.58 | 53.11 | 87 | - |
| YUV | 190.1 | 153.9 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 236 | 0.32 | 0.17 | 0 | 0.07 | 212 | 0.66 | 0.78 |
| Hex | A1 | C4 | EC | 20 | 11 | 0 | 7 | D4 | 42 | 4E |
| Octal | 241 | 304 | 354 | 40 | 21 | 0 | 7 | 324 | 102 | 116 |
| Binary | 10100001 | 11000100 | 11101100 | 100000 | 10001 | 0 | 111 | 11010100 | 1000010 | 1001110 |
Color Harmonies of #A1C4EC
Complementary color
Monochromatic Colors of #A1C4EC
Black with #A1C4EC
Text Example
Text Example
White with #A1C4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C4EC; }
p { color: rgb(161,196,236); }
H1.HeaderClassName
{
color: #A1C4EC;
}
.AnyTagClassName
{
color: #A1C4EC;
}
</style>
background-color css
<style>
a { background-color: #A1C4EC; }
a { background-color: rgb(161,196,236); }
div.DivClassName
{
background-color: #A1C4EC;
}
.BgClassName
{
background-color: #A1C4EC;
}
</style>
border-color css
<style>
span { border-color: #A1C4EC; }
span { border-color: rgb(161,196,236); }
td.TdClassName
{
border-color: #A1C4EC;
}
.TagClassName
{
border-color: #A1C4EC;
}
</style>