Html Css Color HEX #ABCFFD Pale Cornflower Blue
📋 copy color: '#ABCFFD'red 171 ◦ green 207 ◦ blue 253
Shades of Pale Cornflower Blue #ABCFFD
Tints of Pale Cornflower Blue #ABCFFD
RGB
CMYK
RGB Variations
Color information
#ABCFFD (or 0xABCFFD) is known color: Pale Cornflower Blue. HEX triplet: AB, CF and FD. RGB value is (171,207,253). Sum of RGB (Red+Green+Blue) = 171+207+253=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABCFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFFD is #543002. Grayscale: #C9C9C9. Windows color (decimal): -5517315 or 16633771. OLE color: 16633771.
HSL color Cylindrical-coordinate representation of color #ABCFFD: hue angle of 213.66º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCFFD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 207 | 253 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.01 |
| HSL | 213.66º | 0.95% | 0.83% | - |
| HSV(B) | 213.66º | 0.32% | 0.99% | - |
| XYZ | 56.84 | 60.38 | 101.59 | - |
| YUV | 201.48 | 157.07 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 253 | 0.32 | 0.18 | 0 | 0.01 | 213.66 | 0.95 | 0.83 |
| Hex | AB | CF | FD | 20 | 12 | 0 | 1 | D6 | 5F | 53 |
| Octal | 253 | 317 | 375 | 40 | 22 | 0 | 1 | 326 | 137 | 123 |
| Binary | 10101011 | 11001111 | 11111101 | 100000 | 10010 | 0 | 1 | 11010110 | 1011111 | 1010011 |
Color Harmonies of #ABCFFD
Complementary color
Monochromatic Colors of #ABCFFD
Black with #ABCFFD
Text Example
Text Example
White with #ABCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFFD; }
p { color: rgb(171,207,253); }
H1.HeaderClassName
{
color: #ABCFFD;
}
.AnyTagClassName
{
color: #ABCFFD;
}
</style>
background-color css
<style>
a { background-color: #ABCFFD; }
a { background-color: rgb(171,207,253); }
div.DivClassName
{
background-color: #ABCFFD;
}
.BgClassName
{
background-color: #ABCFFD;
}
</style>
border-color css
<style>
span { border-color: #ABCFFD; }
span { border-color: rgb(171,207,253); }
td.TdClassName
{
border-color: #ABCFFD;
}
.TagClassName
{
border-color: #ABCFFD;
}
</style>