Html Css Color HEX #A1C8F1 Pale Cornflower Blue
📋 copy color: '#A1C8F1'red 161 ◦ green 200 ◦ blue 241
Shades of Pale Cornflower Blue #A1C8F1
Tints of Pale Cornflower Blue #A1C8F1
RGB
CMYK
RGB Variations
Color information
#A1C8F1 (or 0xA1C8F1) is known color: Pale Cornflower Blue. HEX triplet: A1, C8 and F1. RGB value is (161,200,241). Sum of RGB (Red+Green+Blue) = 161+200+241=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1C8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C8F1 is #5E370E. Grayscale: #C0C0C0. Windows color (decimal): -6174479 or 15845537. OLE color: 15845537.
HSL color Cylindrical-coordinate representation of color #A1C8F1: hue angle of 210.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1C8F1 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 200 | 241 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.05 |
| HSL | 210.75º | 0.74% | 0.79% | - |
| HSV(B) | 210.75º | 0.33% | 0.95% | - |
| XYZ | 51.23 | 55.24 | 91.18 | - |
| YUV | 193.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 241 | 0.33 | 0.17 | 0 | 0.05 | 210.75 | 0.74 | 0.79 |
| Hex | A1 | C8 | F1 | 21 | 11 | 0 | 5 | D3 | 4A | 4F |
| Octal | 241 | 310 | 361 | 41 | 21 | 0 | 5 | 323 | 112 | 117 |
| Binary | 10100001 | 11001000 | 11110001 | 100001 | 10001 | 0 | 101 | 11010011 | 1001010 | 1001111 |
Color Harmonies of #A1C8F1
Complementary color
Monochromatic Colors of #A1C8F1
Black with #A1C8F1
Text Example
Text Example
White with #A1C8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C8F1; }
p { color: rgb(161,200,241); }
H1.HeaderClassName
{
color: #A1C8F1;
}
.AnyTagClassName
{
color: #A1C8F1;
}
</style>
background-color css
<style>
a { background-color: #A1C8F1; }
a { background-color: rgb(161,200,241); }
div.DivClassName
{
background-color: #A1C8F1;
}
.BgClassName
{
background-color: #A1C8F1;
}
</style>
border-color css
<style>
span { border-color: #A1C8F1; }
span { border-color: rgb(161,200,241); }
td.TdClassName
{
border-color: #A1C8F1;
}
.TagClassName
{
border-color: #A1C8F1;
}
</style>