Html Css Color HEX #AACBF2 Pale Cornflower Blue
📋 copy color: '#AACBF2'red 170 ◦ green 203 ◦ blue 242
Shades of Pale Cornflower Blue #AACBF2
Tints of Pale Cornflower Blue #AACBF2
RGB
CMYK
RGB Variations
Color information
#AACBF2 (or 0xAACBF2) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and F2. RGB value is (170,203,242). Sum of RGB (Red+Green+Blue) = 170+203+242=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #AACBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBF2 is #55340D. Grayscale: #C5C5C5. Windows color (decimal): -5583886 or 15911850. OLE color: 15911850.
HSL color Cylindrical-coordinate representation of color #AACBF2: hue angle of 212.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACBF2 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 203 | 242 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.05 |
| HSL | 212.5º | 0.73% | 0.81% | - |
| HSV(B) | 212.5º | 0.3% | 0.95% | - |
| XYZ | 53.96 | 57.67 | 92.29 | - |
| YUV | 197.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 242 | 0.30 | 0.16 | 0 | 0.05 | 212.5 | 0.73 | 0.81 |
| Hex | AA | CB | F2 | 1E | 10 | 0 | 5 | D4 | 49 | 51 |
| Octal | 252 | 313 | 362 | 36 | 20 | 0 | 5 | 324 | 111 | 121 |
| Binary | 10101010 | 11001011 | 11110010 | 11110 | 10000 | 0 | 101 | 11010100 | 1001001 | 1010001 |
Color Harmonies of #AACBF2
Complementary color
Monochromatic Colors of #AACBF2
Black with #AACBF2
Text Example
Text Example
White with #AACBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBF2; }
p { color: rgb(170,203,242); }
H1.HeaderClassName
{
color: #AACBF2;
}
.AnyTagClassName
{
color: #AACBF2;
}
</style>
background-color css
<style>
a { background-color: #AACBF2; }
a { background-color: rgb(170,203,242); }
div.DivClassName
{
background-color: #AACBF2;
}
.BgClassName
{
background-color: #AACBF2;
}
</style>
border-color css
<style>
span { border-color: #AACBF2; }
span { border-color: rgb(170,203,242); }
td.TdClassName
{
border-color: #AACBF2;
}
.TagClassName
{
border-color: #AACBF2;
}
</style>