Html Css Color HEX #ABCAF0 Pale Cornflower Blue
📋 copy color: '#ABCAF0'red 171 ◦ green 202 ◦ blue 240
Shades of Pale Cornflower Blue #ABCAF0
Tints of Pale Cornflower Blue #ABCAF0
RGB
CMYK
RGB Variations
Color information
#ABCAF0 (or 0xABCAF0) is known color: Pale Cornflower Blue. HEX triplet: AB, CA and F0. RGB value is (171,202,240). Sum of RGB (Red+Green+Blue) = 171+202+240=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABCAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAF0 is #54350F. Grayscale: #C4C4C4. Windows color (decimal): -5518608 or 15780523. OLE color: 15780523.
HSL color Cylindrical-coordinate representation of color #ABCAF0: hue angle of 213.04º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCAF0 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 202 | 240 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.06 |
| HSL | 213.04º | 0.7% | 0.81% | - |
| HSV(B) | 213.04º | 0.29% | 0.94% | - |
| XYZ | 53.64 | 57.19 | 90.65 | - |
| YUV | 197.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 240 | 0.29 | 0.16 | 0 | 0.06 | 213.04 | 0.7 | 0.81 |
| Hex | AB | CA | F0 | 1D | 10 | 0 | 6 | D5 | 46 | 51 |
| Octal | 253 | 312 | 360 | 35 | 20 | 0 | 6 | 325 | 106 | 121 |
| Binary | 10101011 | 11001010 | 11110000 | 11101 | 10000 | 0 | 110 | 11010101 | 1000110 | 1010001 |
Color Harmonies of #ABCAF0
Complementary color
Monochromatic Colors of #ABCAF0
Black with #ABCAF0
Text Example
Text Example
White with #ABCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAF0; }
p { color: rgb(171,202,240); }
H1.HeaderClassName
{
color: #ABCAF0;
}
.AnyTagClassName
{
color: #ABCAF0;
}
</style>
background-color css
<style>
a { background-color: #ABCAF0; }
a { background-color: rgb(171,202,240); }
div.DivClassName
{
background-color: #ABCAF0;
}
.BgClassName
{
background-color: #ABCAF0;
}
</style>
border-color css
<style>
span { border-color: #ABCAF0; }
span { border-color: rgb(171,202,240); }
td.TdClassName
{
border-color: #ABCAF0;
}
.TagClassName
{
border-color: #ABCAF0;
}
</style>