Html Css Color HEX #A1C2FB Pale Cornflower Blue
📋 copy color: '#A1C2FB'red 161 ◦ green 194 ◦ blue 251
Shades of Pale Cornflower Blue #A1C2FB
Tints of Pale Cornflower Blue #A1C2FB
RGB
CMYK
RGB Variations
Color information
#A1C2FB (or 0xA1C2FB) is known color: Pale Cornflower Blue. HEX triplet: A1, C2 and FB. RGB value is (161,194,251). Sum of RGB (Red+Green+Blue) = 161+194+251=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C2FB is #5E3D04. Grayscale: #BEBEBE. Windows color (decimal): -6176005 or 16499361. OLE color: 16499361.
HSL color Cylindrical-coordinate representation of color #A1C2FB: hue angle of 218º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C2FB is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 194 | 251 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.02 |
| HSL | 218º | 0.92% | 0.81% | - |
| HSV(B) | 218º | 0.36% | 0.98% | - |
| XYZ | 51.4 | 53.13 | 98.81 | - |
| YUV | 190.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 251 | 0.36 | 0.23 | 0 | 0.02 | 218 | 0.92 | 0.81 |
| Hex | A1 | C2 | FB | 24 | 17 | 0 | 2 | DA | 5C | 51 |
| Octal | 241 | 302 | 373 | 44 | 27 | 0 | 2 | 332 | 134 | 121 |
| Binary | 10100001 | 11000010 | 11111011 | 100100 | 10111 | 0 | 10 | 11011010 | 1011100 | 1010001 |
Color Harmonies of #A1C2FB
Complementary color
Monochromatic Colors of #A1C2FB
Black with #A1C2FB
Text Example
Text Example
White with #A1C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2FB; }
p { color: rgb(161,194,251); }
H1.HeaderClassName
{
color: #A1C2FB;
}
.AnyTagClassName
{
color: #A1C2FB;
}
</style>
background-color css
<style>
a { background-color: #A1C2FB; }
a { background-color: rgb(161,194,251); }
div.DivClassName
{
background-color: #A1C2FB;
}
.BgClassName
{
background-color: #A1C2FB;
}
</style>
border-color css
<style>
span { border-color: #A1C2FB; }
span { border-color: rgb(161,194,251); }
td.TdClassName
{
border-color: #A1C2FB;
}
.TagClassName
{
border-color: #A1C2FB;
}
</style>