Html Css Color HEX #AACBF0 Pale Cornflower Blue
📋 copy color: '#AACBF0'red 170 ◦ green 203 ◦ blue 240
Shades of Pale Cornflower Blue #AACBF0
Tints of Pale Cornflower Blue #AACBF0
RGB
CMYK
RGB Variations
Color information
#AACBF0 (or 0xAACBF0) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and F0. RGB value is (170,203,240). Sum of RGB (Red+Green+Blue) = 170+203+240=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #AACBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBF0 is #55340F. Grayscale: #C5C5C5. Windows color (decimal): -5583888 or 15780778. OLE color: 15780778.
HSL color Cylindrical-coordinate representation of color #AACBF0: hue angle of 211.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACBF0 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 203 | 240 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.06 |
| HSL | 211.71º | 0.7% | 0.8% | - |
| HSV(B) | 211.71º | 0.29% | 0.94% | - |
| XYZ | 53.66 | 57.55 | 90.72 | - |
| YUV | 197.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 240 | 0.29 | 0.15 | 0 | 0.06 | 211.71 | 0.7 | 0.8 |
| Hex | AA | CB | F0 | 1D | F | 0 | 6 | D4 | 46 | 50 |
| Octal | 252 | 313 | 360 | 35 | 17 | 0 | 6 | 324 | 106 | 120 |
| Binary | 10101010 | 11001011 | 11110000 | 11101 | 1111 | 0 | 110 | 11010100 | 1000110 | 1010000 |
Color Harmonies of #AACBF0
Complementary color
Monochromatic Colors of #AACBF0
Black with #AACBF0
Text Example
Text Example
White with #AACBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBF0; }
p { color: rgb(170,203,240); }
H1.HeaderClassName
{
color: #AACBF0;
}
.AnyTagClassName
{
color: #AACBF0;
}
</style>
background-color css
<style>
a { background-color: #AACBF0; }
a { background-color: rgb(170,203,240); }
div.DivClassName
{
background-color: #AACBF0;
}
.BgClassName
{
background-color: #AACBF0;
}
</style>
border-color css
<style>
span { border-color: #AACBF0; }
span { border-color: rgb(170,203,240); }
td.TdClassName
{
border-color: #AACBF0;
}
.TagClassName
{
border-color: #AACBF0;
}
</style>