Html Css Color HEX #ABCFFE Pale Cornflower Blue
📋 copy color: '#ABCFFE'red 171 ◦ green 207 ◦ blue 254
Shades of Pale Cornflower Blue #ABCFFE
Tints of Pale Cornflower Blue #ABCFFE
RGB
CMYK
RGB Variations
Color information
#ABCFFE (or 0xABCFFE) is known color: Pale Cornflower Blue. HEX triplet: AB, CF and FE. RGB value is (171,207,254). Sum of RGB (Red+Green+Blue) = 171+207+254=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABCFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFFE is #543001. Grayscale: #C9C9C9. Windows color (decimal): -5517314 or 16699307. OLE color: 16699307.
HSL color Cylindrical-coordinate representation of color #ABCFFE: hue angle of 213.98º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABCFFE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 207 | 254 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.00 |
| HSL | 213.98º | 0.98% | 0.83% | - |
| HSV(B) | 213.98º | 0.33% | 1% | - |
| XYZ | 57 | 60.44 | 102.43 | - |
| YUV | 201.59 | 157.57 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 254 | 0.33 | 0.19 | 0 | 0.00 | 213.98 | 0.98 | 0.83 |
| Hex | AB | CF | FE | 21 | 13 | 0 | 0 | D6 | 62 | 53 |
| Octal | 253 | 317 | 376 | 41 | 23 | 0 | 0 | 326 | 142 | 123 |
| Binary | 10101011 | 11001111 | 11111110 | 100001 | 10011 | 0 | 0 | 11010110 | 1100010 | 1010011 |
Color Harmonies of #ABCFFE
Complementary color
Monochromatic Colors of #ABCFFE
Black with #ABCFFE
Text Example
Text Example
White with #ABCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFFE; }
p { color: rgb(171,207,254); }
H1.HeaderClassName
{
color: #ABCFFE;
}
.AnyTagClassName
{
color: #ABCFFE;
}
</style>
background-color css
<style>
a { background-color: #ABCFFE; }
a { background-color: rgb(171,207,254); }
div.DivClassName
{
background-color: #ABCFFE;
}
.BgClassName
{
background-color: #ABCFFE;
}
</style>
border-color css
<style>
span { border-color: #ABCFFE; }
span { border-color: rgb(171,207,254); }
td.TdClassName
{
border-color: #ABCFFE;
}
.TagClassName
{
border-color: #ABCFFE;
}
</style>