Html Css Color HEX #A1CBF6 Pale Cornflower Blue
📋 copy color: '#A1CBF6'red 161 ◦ green 203 ◦ blue 246
Shades of Pale Cornflower Blue #A1CBF6
Tints of Pale Cornflower Blue #A1CBF6
RGB
CMYK
RGB Variations
Color information
#A1CBF6 (or 0xA1CBF6) is known color: Pale Cornflower Blue. HEX triplet: A1, CB and F6. RGB value is (161,203,246). Sum of RGB (Red+Green+Blue) = 161+203+246=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1CBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBF6 is #5E3409. Grayscale: #C3C3C3. Windows color (decimal): -6173706 or 16173985. OLE color: 16173985.
HSL color Cylindrical-coordinate representation of color #A1CBF6: hue angle of 210.35º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1CBF6 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 203 | 246 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.04 |
| HSL | 210.35º | 0.83% | 0.8% | - |
| HSV(B) | 210.35º | 0.35% | 0.96% | - |
| XYZ | 52.69 | 56.94 | 95.4 | - |
| YUV | 195.34 | 156.59 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 246 | 0.35 | 0.17 | 0 | 0.04 | 210.35 | 0.83 | 0.8 |
| Hex | A1 | CB | F6 | 23 | 11 | 0 | 4 | D2 | 53 | 50 |
| Octal | 241 | 313 | 366 | 43 | 21 | 0 | 4 | 322 | 123 | 120 |
| Binary | 10100001 | 11001011 | 11110110 | 100011 | 10001 | 0 | 100 | 11010010 | 1010011 | 1010000 |
Color Harmonies of #A1CBF6
Complementary color
Monochromatic Colors of #A1CBF6
Black with #A1CBF6
Text Example
Text Example
White with #A1CBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBF6; }
p { color: rgb(161,203,246); }
H1.HeaderClassName
{
color: #A1CBF6;
}
.AnyTagClassName
{
color: #A1CBF6;
}
</style>
background-color css
<style>
a { background-color: #A1CBF6; }
a { background-color: rgb(161,203,246); }
div.DivClassName
{
background-color: #A1CBF6;
}
.BgClassName
{
background-color: #A1CBF6;
}
</style>
border-color css
<style>
span { border-color: #A1CBF6; }
span { border-color: rgb(161,203,246); }
td.TdClassName
{
border-color: #A1CBF6;
}
.TagClassName
{
border-color: #A1CBF6;
}
</style>