Html Css Color HEX #AACBF1 Pale Cornflower Blue
📋 copy color: '#AACBF1'red 170 ◦ green 203 ◦ blue 241
Shades of Pale Cornflower Blue #AACBF1
Tints of Pale Cornflower Blue #AACBF1
RGB
CMYK
RGB Variations
Color information
#AACBF1 (or 0xAACBF1) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and F1. RGB value is (170,203,241). Sum of RGB (Red+Green+Blue) = 170+203+241=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #AACBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBF1 is #55340E. Grayscale: #C5C5C5. Windows color (decimal): -5583887 or 15846314. OLE color: 15846314.
HSL color Cylindrical-coordinate representation of color #AACBF1: hue angle of 212.11º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACBF1 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 203 | 241 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.05 |
| HSL | 212.11º | 0.72% | 0.81% | - |
| HSV(B) | 212.11º | 0.29% | 0.95% | - |
| XYZ | 53.81 | 57.61 | 91.5 | - |
| YUV | 197.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 241 | 0.29 | 0.16 | 0 | 0.05 | 212.11 | 0.72 | 0.81 |
| Hex | AA | CB | F1 | 1D | 10 | 0 | 5 | D4 | 48 | 51 |
| Octal | 252 | 313 | 361 | 35 | 20 | 0 | 5 | 324 | 110 | 121 |
| Binary | 10101010 | 11001011 | 11110001 | 11101 | 10000 | 0 | 101 | 11010100 | 1001000 | 1010001 |
Color Harmonies of #AACBF1
Complementary color
Monochromatic Colors of #AACBF1
Black with #AACBF1
Text Example
Text Example
White with #AACBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBF1; }
p { color: rgb(170,203,241); }
H1.HeaderClassName
{
color: #AACBF1;
}
.AnyTagClassName
{
color: #AACBF1;
}
</style>
background-color css
<style>
a { background-color: #AACBF1; }
a { background-color: rgb(170,203,241); }
div.DivClassName
{
background-color: #AACBF1;
}
.BgClassName
{
background-color: #AACBF1;
}
</style>
border-color css
<style>
span { border-color: #AACBF1; }
span { border-color: rgb(170,203,241); }
td.TdClassName
{
border-color: #AACBF1;
}
.TagClassName
{
border-color: #AACBF1;
}
</style>