Html Css Color HEX #A1CCFE Pale Cornflower Blue
📋 copy color: '#A1CCFE'red 161 ◦ green 204 ◦ blue 254
Shades of Pale Cornflower Blue #A1CCFE
Tints of Pale Cornflower Blue #A1CCFE
RGB
CMYK
RGB Variations
Color information
#A1CCFE (or 0xA1CCFE) is known color: Pale Cornflower Blue. HEX triplet: A1, CC and FE. RGB value is (161,204,254). Sum of RGB (Red+Green+Blue) = 161+204+254=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCFE is #5E3301. Grayscale: #C4C4C4. Windows color (decimal): -6173442 or 16698529. OLE color: 16698529.
HSL color Cylindrical-coordinate representation of color #A1CCFE: hue angle of 212.26º 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 #A1CCFE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 204 | 254 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.00 |
| HSL | 212.26º | 0.98% | 0.81% | - |
| HSV(B) | 212.26º | 0.37% | 1% | - |
| XYZ | 54.18 | 57.92 | 102.09 | - |
| YUV | 196.84 | 160.25 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 254 | 0.37 | 0.20 | 0 | 0.00 | 212.26 | 0.98 | 0.81 |
| Hex | A1 | CC | FE | 25 | 14 | 0 | 0 | D4 | 62 | 51 |
| Octal | 241 | 314 | 376 | 45 | 24 | 0 | 0 | 324 | 142 | 121 |
| Binary | 10100001 | 11001100 | 11111110 | 100101 | 10100 | 0 | 0 | 11010100 | 1100010 | 1010001 |
Color Harmonies of #A1CCFE
Complementary color
Monochromatic Colors of #A1CCFE
Black with #A1CCFE
Text Example
Text Example
White with #A1CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCFE; }
p { color: rgb(161,204,254); }
H1.HeaderClassName
{
color: #A1CCFE;
}
.AnyTagClassName
{
color: #A1CCFE;
}
</style>
background-color css
<style>
a { background-color: #A1CCFE; }
a { background-color: rgb(161,204,254); }
div.DivClassName
{
background-color: #A1CCFE;
}
.BgClassName
{
background-color: #A1CCFE;
}
</style>
border-color css
<style>
span { border-color: #A1CCFE; }
span { border-color: rgb(161,204,254); }
td.TdClassName
{
border-color: #A1CCFE;
}
.TagClassName
{
border-color: #A1CCFE;
}
</style>