Html Css Color HEX #A1CBFE Pale Cornflower Blue
📋 copy color: '#A1CBFE'red 161 ◦ green 203 ◦ blue 254
Shades of Pale Cornflower Blue #A1CBFE
Tints of Pale Cornflower Blue #A1CBFE
RGB
CMYK
RGB Variations
Color information
#A1CBFE (or 0xA1CBFE) is known color: Pale Cornflower Blue. HEX triplet: A1, CB and FE. RGB value is (161,203,254). Sum of RGB (Red+Green+Blue) = 161+203+254=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBFE is #5E3401. Grayscale: #C4C4C4. Windows color (decimal): -6173698 or 16698273. OLE color: 16698273.
HSL color Cylindrical-coordinate representation of color #A1CBFE: hue angle of 212.9º 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 #A1CBFE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 203 | 254 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.00 |
| HSL | 212.9º | 0.98% | 0.81% | - |
| HSV(B) | 212.9º | 0.37% | 1% | - |
| XYZ | 53.94 | 57.44 | 102.01 | - |
| YUV | 196.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 254 | 0.37 | 0.20 | 0 | 0.00 | 212.9 | 0.98 | 0.81 |
| Hex | A1 | CB | FE | 25 | 14 | 0 | 0 | D5 | 62 | 51 |
| Octal | 241 | 313 | 376 | 45 | 24 | 0 | 0 | 325 | 142 | 121 |
| Binary | 10100001 | 11001011 | 11111110 | 100101 | 10100 | 0 | 0 | 11010101 | 1100010 | 1010001 |
Color Harmonies of #A1CBFE
Complementary color
Monochromatic Colors of #A1CBFE
Black with #A1CBFE
Text Example
Text Example
White with #A1CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBFE; }
p { color: rgb(161,203,254); }
H1.HeaderClassName
{
color: #A1CBFE;
}
.AnyTagClassName
{
color: #A1CBFE;
}
</style>
background-color css
<style>
a { background-color: #A1CBFE; }
a { background-color: rgb(161,203,254); }
div.DivClassName
{
background-color: #A1CBFE;
}
.BgClassName
{
background-color: #A1CBFE;
}
</style>
border-color css
<style>
span { border-color: #A1CBFE; }
span { border-color: rgb(161,203,254); }
td.TdClassName
{
border-color: #A1CBFE;
}
.TagClassName
{
border-color: #A1CBFE;
}
</style>