Html Css Color HEX #AACBFB Pale Cornflower Blue
📋 copy color: '#AACBFB'red 170 ◦ green 203 ◦ blue 251
Shades of Pale Cornflower Blue #AACBFB
Tints of Pale Cornflower Blue #AACBFB
RGB
CMYK
RGB Variations
Color information
#AACBFB (or 0xAACBFB) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and FB. RGB value is (170,203,251). Sum of RGB (Red+Green+Blue) = 170+203+251=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #AACBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBFB is #553404. Grayscale: #C6C6C6. Windows color (decimal): -5583877 or 16501674. OLE color: 16501674.
HSL color Cylindrical-coordinate representation of color #AACBFB: hue angle of 215.56º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AACBFB is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 203 | 251 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.02 |
| HSL | 215.56º | 0.91% | 0.83% | - |
| HSV(B) | 215.56º | 0.32% | 0.98% | - |
| XYZ | 55.35 | 58.22 | 99.59 | - |
| YUV | 198.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 251 | 0.32 | 0.19 | 0 | 0.02 | 215.56 | 0.91 | 0.83 |
| Hex | AA | CB | FB | 20 | 13 | 0 | 2 | D8 | 5B | 53 |
| Octal | 252 | 313 | 373 | 40 | 23 | 0 | 2 | 330 | 133 | 123 |
| Binary | 10101010 | 11001011 | 11111011 | 100000 | 10011 | 0 | 10 | 11011000 | 1011011 | 1010011 |
Color Harmonies of #AACBFB
Complementary color
Monochromatic Colors of #AACBFB
Black with #AACBFB
Text Example
Text Example
White with #AACBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBFB; }
p { color: rgb(170,203,251); }
H1.HeaderClassName
{
color: #AACBFB;
}
.AnyTagClassName
{
color: #AACBFB;
}
</style>
background-color css
<style>
a { background-color: #AACBFB; }
a { background-color: rgb(170,203,251); }
div.DivClassName
{
background-color: #AACBFB;
}
.BgClassName
{
background-color: #AACBFB;
}
</style>
border-color css
<style>
span { border-color: #AACBFB; }
span { border-color: rgb(170,203,251); }
td.TdClassName
{
border-color: #AACBFB;
}
.TagClassName
{
border-color: #AACBFB;
}
</style>