Html Css Color HEX #AACBEE Pale Cornflower Blue
📋 copy color: '#AACBEE'red 170 ◦ green 203 ◦ blue 238
Shades of Pale Cornflower Blue #AACBEE
Tints of Pale Cornflower Blue #AACBEE
RGB
CMYK
RGB Variations
Color information
#AACBEE (or 0xAACBEE) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and EE. RGB value is (170,203,238). Sum of RGB (Red+Green+Blue) = 170+203+238=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #AACBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBEE is #553411. Grayscale: #C4C4C4. Windows color (decimal): -5583890 or 15649706. OLE color: 15649706.
HSL color Cylindrical-coordinate representation of color #AACBEE: hue angle of 210.88º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACBEE is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 203 | 238 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.07 |
| HSL | 210.88º | 0.67% | 0.8% | - |
| HSV(B) | 210.88º | 0.29% | 0.93% | - |
| XYZ | 53.37 | 57.43 | 89.16 | - |
| YUV | 197.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 238 | 0.29 | 0.15 | 0 | 0.07 | 210.88 | 0.67 | 0.8 |
| Hex | AA | CB | EE | 1D | F | 0 | 7 | D3 | 43 | 50 |
| Octal | 252 | 313 | 356 | 35 | 17 | 0 | 7 | 323 | 103 | 120 |
| Binary | 10101010 | 11001011 | 11101110 | 11101 | 1111 | 0 | 111 | 11010011 | 1000011 | 1010000 |
Color Harmonies of #AACBEE
Complementary color
Monochromatic Colors of #AACBEE
Black with #AACBEE
Text Example
Text Example
White with #AACBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBEE; }
p { color: rgb(170,203,238); }
H1.HeaderClassName
{
color: #AACBEE;
}
.AnyTagClassName
{
color: #AACBEE;
}
</style>
background-color css
<style>
a { background-color: #AACBEE; }
a { background-color: rgb(170,203,238); }
div.DivClassName
{
background-color: #AACBEE;
}
.BgClassName
{
background-color: #AACBEE;
}
</style>
border-color css
<style>
span { border-color: #AACBEE; }
span { border-color: rgb(170,203,238); }
td.TdClassName
{
border-color: #AACBEE;
}
.TagClassName
{
border-color: #AACBEE;
}
</style>