Html Css Color HEX #AACBED Pale Cornflower Blue
📋 copy color: '#AACBED'red 170 ◦ green 203 ◦ blue 237
Shades of Pale Cornflower Blue #AACBED
Tints of Pale Cornflower Blue #AACBED
RGB
CMYK
RGB Variations
Color information
#AACBED (or 0xAACBED) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and ED. RGB value is (170,203,237). Sum of RGB (Red+Green+Blue) = 170+203+237=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #AACBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBED is #553412. Grayscale: #C4C4C4. Windows color (decimal): -5583891 or 15584170. OLE color: 15584170.
HSL color Cylindrical-coordinate representation of color #AACBED: hue angle of 210.45º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AACBED is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 203 | 237 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.07 |
| HSL | 210.45º | 0.65% | 0.8% | - |
| HSV(B) | 210.45º | 0.28% | 0.93% | - |
| XYZ | 53.22 | 57.37 | 88.39 | - |
| YUV | 197.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 237 | 0.28 | 0.14 | 0 | 0.07 | 210.45 | 0.65 | 0.8 |
| Hex | AA | CB | ED | 1C | E | 0 | 7 | D2 | 41 | 50 |
| Octal | 252 | 313 | 355 | 34 | 16 | 0 | 7 | 322 | 101 | 120 |
| Binary | 10101010 | 11001011 | 11101101 | 11100 | 1110 | 0 | 111 | 11010010 | 1000001 | 1010000 |
Color Harmonies of #AACBED
Complementary color
Monochromatic Colors of #AACBED
Black with #AACBED
Text Example
Text Example
White with #AACBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBED; }
p { color: rgb(170,203,237); }
H1.HeaderClassName
{
color: #AACBED;
}
.AnyTagClassName
{
color: #AACBED;
}
</style>
background-color css
<style>
a { background-color: #AACBED; }
a { background-color: rgb(170,203,237); }
div.DivClassName
{
background-color: #AACBED;
}
.BgClassName
{
background-color: #AACBED;
}
</style>
border-color css
<style>
span { border-color: #AACBED; }
span { border-color: rgb(170,203,237); }
td.TdClassName
{
border-color: #AACBED;
}
.TagClassName
{
border-color: #AACBED;
}
</style>