Html Css Color HEX #A1C4EE Pale Cornflower Blue
📋 copy color: '#A1C4EE'red 161 ◦ green 196 ◦ blue 238
Shades of Pale Cornflower Blue #A1C4EE
Tints of Pale Cornflower Blue #A1C4EE
RGB
CMYK
RGB Variations
Color information
#A1C4EE (or 0xA1C4EE) is known color: Pale Cornflower Blue. HEX triplet: A1, C4 and EE. RGB value is (161,196,238). Sum of RGB (Red+Green+Blue) = 161+196+238=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1C4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C4EE is #5E3B11. Grayscale: #BEBEBE. Windows color (decimal): -6175506 or 15647905. OLE color: 15647905.
HSL color Cylindrical-coordinate representation of color #A1C4EE: hue angle of 212.73º degrees, saturation: 0.69, 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 #A1C4EE is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 196 | 238 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.07 |
| HSL | 212.73º | 0.69% | 0.78% | - |
| HSV(B) | 212.73º | 0.32% | 0.93% | - |
| XYZ | 49.87 | 53.23 | 88.53 | - |
| YUV | 190.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 238 | 0.32 | 0.18 | 0 | 0.07 | 212.73 | 0.69 | 0.78 |
| Hex | A1 | C4 | EE | 20 | 12 | 0 | 7 | D5 | 45 | 4E |
| Octal | 241 | 304 | 356 | 40 | 22 | 0 | 7 | 325 | 105 | 116 |
| Binary | 10100001 | 11000100 | 11101110 | 100000 | 10010 | 0 | 111 | 11010101 | 1000101 | 1001110 |
Color Harmonies of #A1C4EE
Complementary color
Monochromatic Colors of #A1C4EE
Black with #A1C4EE
Text Example
Text Example
White with #A1C4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C4EE; }
p { color: rgb(161,196,238); }
H1.HeaderClassName
{
color: #A1C4EE;
}
.AnyTagClassName
{
color: #A1C4EE;
}
</style>
background-color css
<style>
a { background-color: #A1C4EE; }
a { background-color: rgb(161,196,238); }
div.DivClassName
{
background-color: #A1C4EE;
}
.BgClassName
{
background-color: #A1C4EE;
}
</style>
border-color css
<style>
span { border-color: #A1C4EE; }
span { border-color: rgb(161,196,238); }
td.TdClassName
{
border-color: #A1C4EE;
}
.TagClassName
{
border-color: #A1C4EE;
}
</style>