Html Css Color HEX #ABCCFB Pale Cornflower Blue
📋 copy color: '#ABCCFB'red 171 ◦ green 204 ◦ blue 251
Shades of Pale Cornflower Blue #ABCCFB
Tints of Pale Cornflower Blue #ABCCFB
RGB
CMYK
RGB Variations
Color information
#ABCCFB (or 0xABCCFB) is known color: Pale Cornflower Blue. HEX triplet: AB, CC and FB. RGB value is (171,204,251). Sum of RGB (Red+Green+Blue) = 171+204+251=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABCCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCCFB is #543304. Grayscale: #C7C7C7. Windows color (decimal): -5518085 or 16501931. OLE color: 16501931.
HSL color Cylindrical-coordinate representation of color #ABCCFB: hue angle of 215.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCCFB is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 204 | 251 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.02 |
| HSL | 215.25º | 0.91% | 0.83% | - |
| HSV(B) | 215.25º | 0.32% | 0.98% | - |
| XYZ | 55.8 | 58.81 | 99.68 | - |
| YUV | 199.49 | 157.07 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 251 | 0.32 | 0.19 | 0 | 0.02 | 215.25 | 0.91 | 0.83 |
| Hex | AB | CC | FB | 20 | 13 | 0 | 2 | D7 | 5B | 53 |
| Octal | 253 | 314 | 373 | 40 | 23 | 0 | 2 | 327 | 133 | 123 |
| Binary | 10101011 | 11001100 | 11111011 | 100000 | 10011 | 0 | 10 | 11010111 | 1011011 | 1010011 |
Color Harmonies of #ABCCFB
Complementary color
Monochromatic Colors of #ABCCFB
Black with #ABCCFB
Text Example
Text Example
White with #ABCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCFB; }
p { color: rgb(171,204,251); }
H1.HeaderClassName
{
color: #ABCCFB;
}
.AnyTagClassName
{
color: #ABCCFB;
}
</style>
background-color css
<style>
a { background-color: #ABCCFB; }
a { background-color: rgb(171,204,251); }
div.DivClassName
{
background-color: #ABCCFB;
}
.BgClassName
{
background-color: #ABCCFB;
}
</style>
border-color css
<style>
span { border-color: #ABCCFB; }
span { border-color: rgb(171,204,251); }
td.TdClassName
{
border-color: #ABCCFB;
}
.TagClassName
{
border-color: #ABCCFB;
}
</style>