Html Css Color HEX #ABD3F1 Pale Cornflower Blue
📋 copy color: '#ABD3F1'red 171 ◦ green 211 ◦ blue 241
Shades of Pale Cornflower Blue #ABD3F1
Tints of Pale Cornflower Blue #ABD3F1
RGB
CMYK
RGB Variations
Color information
#ABD3F1 (or 0xABD3F1) is known color: Pale Cornflower Blue. HEX triplet: AB, D3 and F1. RGB value is (171,211,241). Sum of RGB (Red+Green+Blue) = 171+211+241=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABD3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD3F1 is #542C0E. Grayscale: #CACACA. Windows color (decimal): -5516303 or 15848363. OLE color: 15848363.
HSL color Cylindrical-coordinate representation of color #ABD3F1: hue angle of 205.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABD3F1 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 211 | 241 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.05 |
| HSL | 205.71º | 0.71% | 0.81% | - |
| HSV(B) | 205.71º | 0.29% | 0.95% | - |
| XYZ | 55.97 | 61.6 | 92.16 | - |
| YUV | 202.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 241 | 0.29 | 0.12 | 0 | 0.05 | 205.71 | 0.71 | 0.81 |
| Hex | AB | D3 | F1 | 1D | C | 0 | 5 | CE | 47 | 51 |
| Octal | 253 | 323 | 361 | 35 | 14 | 0 | 5 | 316 | 107 | 121 |
| Binary | 10101011 | 11010011 | 11110001 | 11101 | 1100 | 0 | 101 | 11001110 | 1000111 | 1010001 |
Color Harmonies of #ABD3F1
Complementary color
Monochromatic Colors of #ABD3F1
Black with #ABD3F1
Text Example
Text Example
White with #ABD3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD3F1; }
p { color: rgb(171,211,241); }
H1.HeaderClassName
{
color: #ABD3F1;
}
.AnyTagClassName
{
color: #ABD3F1;
}
</style>
background-color css
<style>
a { background-color: #ABD3F1; }
a { background-color: rgb(171,211,241); }
div.DivClassName
{
background-color: #ABD3F1;
}
.BgClassName
{
background-color: #ABD3F1;
}
</style>
border-color css
<style>
span { border-color: #ABD3F1; }
span { border-color: rgb(171,211,241); }
td.TdClassName
{
border-color: #ABD3F1;
}
.TagClassName
{
border-color: #ABD3F1;
}
</style>