Html Css Color HEX #AACBFE Pale Cornflower Blue
📋 copy color: '#AACBFE'red 170 ◦ green 203 ◦ blue 254
Shades of Pale Cornflower Blue #AACBFE
Tints of Pale Cornflower Blue #AACBFE
RGB
CMYK
RGB Variations
Color information
#AACBFE (or 0xAACBFE) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and FE. RGB value is (170,203,254). Sum of RGB (Red+Green+Blue) = 170+203+254=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #AACBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBFE is #553401. Grayscale: #C6C6C6. Windows color (decimal): -5583874 or 16698282. OLE color: 16698282.
HSL color Cylindrical-coordinate representation of color #AACBFE: hue angle of 216.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACBFE is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 203 | 254 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.00 |
| HSL | 216.43º | 0.98% | 0.83% | - |
| HSV(B) | 216.43º | 0.33% | 1% | - |
| XYZ | 55.82 | 58.41 | 102.1 | - |
| YUV | 198.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 254 | 0.33 | 0.20 | 0 | 0.00 | 216.43 | 0.98 | 0.83 |
| Hex | AA | CB | FE | 21 | 14 | 0 | 0 | D8 | 62 | 53 |
| Octal | 252 | 313 | 376 | 41 | 24 | 0 | 0 | 330 | 142 | 123 |
| Binary | 10101010 | 11001011 | 11111110 | 100001 | 10100 | 0 | 0 | 11011000 | 1100010 | 1010011 |
Color Harmonies of #AACBFE
Complementary color
Monochromatic Colors of #AACBFE
Black with #AACBFE
Text Example
Text Example
White with #AACBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBFE; }
p { color: rgb(170,203,254); }
H1.HeaderClassName
{
color: #AACBFE;
}
.AnyTagClassName
{
color: #AACBFE;
}
</style>
background-color css
<style>
a { background-color: #AACBFE; }
a { background-color: rgb(170,203,254); }
div.DivClassName
{
background-color: #AACBFE;
}
.BgClassName
{
background-color: #AACBFE;
}
</style>
border-color css
<style>
span { border-color: #AACBFE; }
span { border-color: rgb(170,203,254); }
td.TdClassName
{
border-color: #AACBFE;
}
.TagClassName
{
border-color: #AACBFE;
}
</style>