Html Css Color HEX #A8CDF1 Pale Cornflower Blue
📋 copy color: '#A8CDF1'red 168 ◦ green 205 ◦ blue 241
Shades of Pale Cornflower Blue #A8CDF1
Tints of Pale Cornflower Blue #A8CDF1
RGB
CMYK
RGB Variations
Color information
#A8CDF1 (or 0xA8CDF1) is known color: Pale Cornflower Blue. HEX triplet: A8, CD and F1. RGB value is (168,205,241). Sum of RGB (Red+Green+Blue) = 168+205+241=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #A8CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDF1 is #57320E. Grayscale: #C5C5C5. Windows color (decimal): -5714447 or 15846824. OLE color: 15846824.
HSL color Cylindrical-coordinate representation of color #A8CDF1: hue angle of 209.59º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8CDF1 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 205 | 241 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.05 |
| HSL | 209.59º | 0.72% | 0.8% | - |
| HSV(B) | 209.59º | 0.3% | 0.95% | - |
| XYZ | 53.86 | 58.34 | 91.64 | - |
| YUV | 198.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 241 | 0.30 | 0.15 | 0 | 0.05 | 209.59 | 0.72 | 0.8 |
| Hex | A8 | CD | F1 | 1E | F | 0 | 5 | D2 | 48 | 50 |
| Octal | 250 | 315 | 361 | 36 | 17 | 0 | 5 | 322 | 110 | 120 |
| Binary | 10101000 | 11001101 | 11110001 | 11110 | 1111 | 0 | 101 | 11010010 | 1001000 | 1010000 |
Color Harmonies of #A8CDF1
Complementary color
Monochromatic Colors of #A8CDF1
Black with #A8CDF1
Text Example
Text Example
White with #A8CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDF1; }
p { color: rgb(168,205,241); }
H1.HeaderClassName
{
color: #A8CDF1;
}
.AnyTagClassName
{
color: #A8CDF1;
}
</style>
background-color css
<style>
a { background-color: #A8CDF1; }
a { background-color: rgb(168,205,241); }
div.DivClassName
{
background-color: #A8CDF1;
}
.BgClassName
{
background-color: #A8CDF1;
}
</style>
border-color css
<style>
span { border-color: #A8CDF1; }
span { border-color: rgb(168,205,241); }
td.TdClassName
{
border-color: #A8CDF1;
}
.TagClassName
{
border-color: #A8CDF1;
}
</style>