Html Css Color HEX #A2C1FE Pale Cornflower Blue
📋 copy color: '#A2C1FE'red 162 ◦ green 193 ◦ blue 254
Shades of Pale Cornflower Blue #A2C1FE
Tints of Pale Cornflower Blue #A2C1FE
RGB
CMYK
RGB Variations
Color information
#A2C1FE (or 0xA2C1FE) is known color: Pale Cornflower Blue. HEX triplet: A2, C1 and FE. RGB value is (162,193,254). Sum of RGB (Red+Green+Blue) = 162+193+254=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2C1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C1FE is #5D3E01. Grayscale: #BEBEBE. Windows color (decimal): -6110722 or 16695714. OLE color: 16695714.
HSL color Cylindrical-coordinate representation of color #A2C1FE: hue angle of 219.78º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C1FE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 193 | 254 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.00 |
| HSL | 219.78º | 0.98% | 0.82% | - |
| HSV(B) | 219.78º | 0.36% | 1% | - |
| XYZ | 51.86 | 52.98 | 101.26 | - |
| YUV | 190.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 254 | 0.36 | 0.24 | 0 | 0.00 | 219.78 | 0.98 | 0.82 |
| Hex | A2 | C1 | FE | 24 | 18 | 0 | 0 | DC | 62 | 52 |
| Octal | 242 | 301 | 376 | 44 | 30 | 0 | 0 | 334 | 142 | 122 |
| Binary | 10100010 | 11000001 | 11111110 | 100100 | 11000 | 0 | 0 | 11011100 | 1100010 | 1010010 |
Color Harmonies of #A2C1FE
Complementary color
Monochromatic Colors of #A2C1FE
Black with #A2C1FE
Text Example
Text Example
White with #A2C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C1FE; }
p { color: rgb(162,193,254); }
H1.HeaderClassName
{
color: #A2C1FE;
}
.AnyTagClassName
{
color: #A2C1FE;
}
</style>
background-color css
<style>
a { background-color: #A2C1FE; }
a { background-color: rgb(162,193,254); }
div.DivClassName
{
background-color: #A2C1FE;
}
.BgClassName
{
background-color: #A2C1FE;
}
</style>
border-color css
<style>
span { border-color: #A2C1FE; }
span { border-color: rgb(162,193,254); }
td.TdClassName
{
border-color: #A2C1FE;
}
.TagClassName
{
border-color: #A2C1FE;
}
</style>