Html Css Color HEX #AACBFC Pale Cornflower Blue
📋 copy color: '#AACBFC'red 170 ◦ green 203 ◦ blue 252
Shades of Pale Cornflower Blue #AACBFC
Tints of Pale Cornflower Blue #AACBFC
RGB
CMYK
RGB Variations
Color information
#AACBFC (or 0xAACBFC) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and FC. RGB value is (170,203,252). Sum of RGB (Red+Green+Blue) = 170+203+252=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #AACBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBFC is #553403. Grayscale: #C6C6C6. Windows color (decimal): -5583876 or 16567210. OLE color: 16567210.
HSL color Cylindrical-coordinate representation of color #AACBFC: hue angle of 215.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACBFC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 203 | 252 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.01 |
| HSL | 215.85º | 0.93% | 0.83% | - |
| HSV(B) | 215.85º | 0.33% | 0.99% | - |
| XYZ | 55.5 | 58.29 | 100.42 | - |
| YUV | 198.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 252 | 0.33 | 0.19 | 0 | 0.01 | 215.85 | 0.93 | 0.83 |
| Hex | AA | CB | FC | 21 | 13 | 0 | 1 | D8 | 5D | 53 |
| Octal | 252 | 313 | 374 | 41 | 23 | 0 | 1 | 330 | 135 | 123 |
| Binary | 10101010 | 11001011 | 11111100 | 100001 | 10011 | 0 | 1 | 11011000 | 1011101 | 1010011 |
Color Harmonies of #AACBFC
Complementary color
Monochromatic Colors of #AACBFC
Black with #AACBFC
Text Example
Text Example
White with #AACBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBFC; }
p { color: rgb(170,203,252); }
H1.HeaderClassName
{
color: #AACBFC;
}
.AnyTagClassName
{
color: #AACBFC;
}
</style>
background-color css
<style>
a { background-color: #AACBFC; }
a { background-color: rgb(170,203,252); }
div.DivClassName
{
background-color: #AACBFC;
}
.BgClassName
{
background-color: #AACBFC;
}
</style>
border-color css
<style>
span { border-color: #AACBFC; }
span { border-color: rgb(170,203,252); }
td.TdClassName
{
border-color: #AACBFC;
}
.TagClassName
{
border-color: #AACBFC;
}
</style>