Html Css Color HEX #ABCAFF Pale Cornflower Blue
📋 copy color: '#ABCAFF'red 171 ◦ green 202 ◦ blue 255
Shades of Pale Cornflower Blue #ABCAFF
Tints of Pale Cornflower Blue #ABCAFF
RGB
CMYK
RGB Variations
Color information
#ABCAFF (or 0xABCAFF) is known color: Pale Cornflower Blue. HEX triplet: AB, CA and FF. RGB value is (171,202,255). Sum of RGB (Red+Green+Blue) = 171+202+255=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAFF is #543500. Grayscale: #C6C6C6. Windows color (decimal): -5518593 or 16763563. OLE color: 16763563.
HSL color Cylindrical-coordinate representation of color #ABCAFF: hue angle of 217.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABCAFF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 202 | 255 | - |
| CMYK | 0.33 | 0.21 | 0 | 0 |
| HSL | 217.86º | 1% | 0.84% | - |
| HSV(B) | 217.86º | 0.33% | 1% | - |
| XYZ | 55.97 | 58.12 | 102.88 | - |
| YUV | 198.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 255 | 0.33 | 0.21 | 0 | 0 | 217.86 | 1 | 0.84 |
| Hex | AB | CA | FF | 21 | 15 | 0 | 0 | DA | 64 | 54 |
| Octal | 253 | 312 | 377 | 41 | 25 | 0 | 0 | 332 | 144 | 124 |
| Binary | 10101011 | 11001010 | 11111111 | 100001 | 10101 | 0 | 0 | 11011010 | 1100100 | 1010100 |
Color Harmonies of #ABCAFF
Complementary color
Monochromatic Colors of #ABCAFF
Black with #ABCAFF
Text Example
Text Example
White with #ABCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAFF; }
p { color: rgb(171,202,255); }
H1.HeaderClassName
{
color: #ABCAFF;
}
.AnyTagClassName
{
color: #ABCAFF;
}
</style>
background-color css
<style>
a { background-color: #ABCAFF; }
a { background-color: rgb(171,202,255); }
div.DivClassName
{
background-color: #ABCAFF;
}
.BgClassName
{
background-color: #ABCAFF;
}
</style>
border-color css
<style>
span { border-color: #ABCAFF; }
span { border-color: rgb(171,202,255); }
td.TdClassName
{
border-color: #ABCAFF;
}
.TagClassName
{
border-color: #ABCAFF;
}
</style>