Html Css Color HEX #A1CBF5 Pale Cornflower Blue
📋 copy color: '#A1CBF5'red 161 ◦ green 203 ◦ blue 245
Shades of Pale Cornflower Blue #A1CBF5
Tints of Pale Cornflower Blue #A1CBF5
RGB
CMYK
RGB Variations
Color information
#A1CBF5 (or 0xA1CBF5) is known color: Pale Cornflower Blue. HEX triplet: A1, CB and F5. RGB value is (161,203,245). Sum of RGB (Red+Green+Blue) = 161+203+245=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #A1CBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBF5 is #5E340A. Grayscale: #C3C3C3. Windows color (decimal): -6173707 or 16108449. OLE color: 16108449.
HSL color Cylindrical-coordinate representation of color #A1CBF5: hue angle of 210º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1CBF5 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 203 | 245 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.04 |
| HSL | 210º | 0.81% | 0.8% | - |
| HSV(B) | 210º | 0.34% | 0.96% | - |
| XYZ | 52.54 | 56.88 | 94.6 | - |
| YUV | 195.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 245 | 0.34 | 0.17 | 0 | 0.04 | 210 | 0.81 | 0.8 |
| Hex | A1 | CB | F5 | 22 | 11 | 0 | 4 | D2 | 51 | 50 |
| Octal | 241 | 313 | 365 | 42 | 21 | 0 | 4 | 322 | 121 | 120 |
| Binary | 10100001 | 11001011 | 11110101 | 100010 | 10001 | 0 | 100 | 11010010 | 1010001 | 1010000 |
Color Harmonies of #A1CBF5
Complementary color
Monochromatic Colors of #A1CBF5
Black with #A1CBF5
Text Example
Text Example
White with #A1CBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBF5; }
p { color: rgb(161,203,245); }
H1.HeaderClassName
{
color: #A1CBF5;
}
.AnyTagClassName
{
color: #A1CBF5;
}
</style>
background-color css
<style>
a { background-color: #A1CBF5; }
a { background-color: rgb(161,203,245); }
div.DivClassName
{
background-color: #A1CBF5;
}
.BgClassName
{
background-color: #A1CBF5;
}
</style>
border-color css
<style>
span { border-color: #A1CBF5; }
span { border-color: rgb(161,203,245); }
td.TdClassName
{
border-color: #A1CBF5;
}
.TagClassName
{
border-color: #A1CBF5;
}
</style>