Html Css Color HEX #A1C5ED Pale Cornflower Blue
📋 copy color: '#A1C5ED'red 161 ◦ green 197 ◦ blue 237
Shades of Pale Cornflower Blue #A1C5ED
Tints of Pale Cornflower Blue #A1C5ED
RGB
CMYK
RGB Variations
Color information
#A1C5ED (or 0xA1C5ED) is known color: Pale Cornflower Blue. HEX triplet: A1, C5 and ED. RGB value is (161,197,237). Sum of RGB (Red+Green+Blue) = 161+197+237=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1C5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C5ED is #5E3A12. Grayscale: #BEBEBE. Windows color (decimal): -6175251 or 15582625. OLE color: 15582625.
HSL color Cylindrical-coordinate representation of color #A1C5ED: hue angle of 211.58º degrees, saturation: 0.68, 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 #A1C5ED is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 197 | 237 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.07 |
| HSL | 211.58º | 0.68% | 0.78% | - |
| HSV(B) | 211.58º | 0.32% | 0.93% | - |
| XYZ | 49.95 | 53.62 | 87.84 | - |
| YUV | 190.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 237 | 0.32 | 0.17 | 0 | 0.07 | 211.58 | 0.68 | 0.78 |
| Hex | A1 | C5 | ED | 20 | 11 | 0 | 7 | D4 | 44 | 4E |
| Octal | 241 | 305 | 355 | 40 | 21 | 0 | 7 | 324 | 104 | 116 |
| Binary | 10100001 | 11000101 | 11101101 | 100000 | 10001 | 0 | 111 | 11010100 | 1000100 | 1001110 |
Color Harmonies of #A1C5ED
Complementary color
Monochromatic Colors of #A1C5ED
Black with #A1C5ED
Text Example
Text Example
White with #A1C5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C5ED; }
p { color: rgb(161,197,237); }
H1.HeaderClassName
{
color: #A1C5ED;
}
.AnyTagClassName
{
color: #A1C5ED;
}
</style>
background-color css
<style>
a { background-color: #A1C5ED; }
a { background-color: rgb(161,197,237); }
div.DivClassName
{
background-color: #A1C5ED;
}
.BgClassName
{
background-color: #A1C5ED;
}
</style>
border-color css
<style>
span { border-color: #A1C5ED; }
span { border-color: rgb(161,197,237); }
td.TdClassName
{
border-color: #A1C5ED;
}
.TagClassName
{
border-color: #A1C5ED;
}
</style>