Html Css Color HEX #ABCEF2 Pale Cornflower Blue
📋 copy color: '#ABCEF2'red 171 ◦ green 206 ◦ blue 242
Shades of Pale Cornflower Blue #ABCEF2
Tints of Pale Cornflower Blue #ABCEF2
RGB
CMYK
RGB Variations
Color information
#ABCEF2 (or 0xABCEF2) is known color: Pale Cornflower Blue. HEX triplet: AB, CE and F2. RGB value is (171,206,242). Sum of RGB (Red+Green+Blue) = 171+206+242=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABCEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEF2 is #54310D. Grayscale: #C7C7C7. Windows color (decimal): -5517582 or 15912619. OLE color: 15912619.
HSL color Cylindrical-coordinate representation of color #ABCEF2: hue angle of 210.42º degrees, saturation: 0.73, 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 #ABCEF2 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 206 | 242 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.05 |
| HSL | 210.42º | 0.73% | 0.81% | - |
| HSV(B) | 210.42º | 0.29% | 0.95% | - |
| XYZ | 54.89 | 59.21 | 92.54 | - |
| YUV | 199.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 242 | 0.29 | 0.15 | 0 | 0.05 | 210.42 | 0.73 | 0.81 |
| Hex | AB | CE | F2 | 1D | F | 0 | 5 | D2 | 49 | 51 |
| Octal | 253 | 316 | 362 | 35 | 17 | 0 | 5 | 322 | 111 | 121 |
| Binary | 10101011 | 11001110 | 11110010 | 11101 | 1111 | 0 | 101 | 11010010 | 1001001 | 1010001 |
Color Harmonies of #ABCEF2
Complementary color
Monochromatic Colors of #ABCEF2
Black with #ABCEF2
Text Example
Text Example
White with #ABCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEF2; }
p { color: rgb(171,206,242); }
H1.HeaderClassName
{
color: #ABCEF2;
}
.AnyTagClassName
{
color: #ABCEF2;
}
</style>
background-color css
<style>
a { background-color: #ABCEF2; }
a { background-color: rgb(171,206,242); }
div.DivClassName
{
background-color: #ABCEF2;
}
.BgClassName
{
background-color: #ABCEF2;
}
</style>
border-color css
<style>
span { border-color: #ABCEF2; }
span { border-color: rgb(171,206,242); }
td.TdClassName
{
border-color: #ABCEF2;
}
.TagClassName
{
border-color: #ABCEF2;
}
</style>