Html Css Color HEX #A3C7F1 Pale Cornflower Blue
📋 copy color: '#A3C7F1'red 163 ◦ green 199 ◦ blue 241
Shades of Pale Cornflower Blue #A3C7F1
Tints of Pale Cornflower Blue #A3C7F1
RGB
CMYK
RGB Variations
Color information
#A3C7F1 (or 0xA3C7F1) is known color: Pale Cornflower Blue. HEX triplet: A3, C7 and F1. RGB value is (163,199,241). Sum of RGB (Red+Green+Blue) = 163+199+241=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #A3C7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C7F1 is #5C380E. Grayscale: #C0C0C0. Windows color (decimal): -6043663 or 15845283. OLE color: 15845283.
HSL color Cylindrical-coordinate representation of color #A3C7F1: hue angle of 212.31º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3C7F1 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 199 | 241 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.05 |
| HSL | 212.31º | 0.74% | 0.79% | - |
| HSV(B) | 212.31º | 0.32% | 0.95% | - |
| XYZ | 51.4 | 54.98 | 91.12 | - |
| YUV | 193.02 | 155.07 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 241 | 0.32 | 0.17 | 0 | 0.05 | 212.31 | 0.74 | 0.79 |
| Hex | A3 | C7 | F1 | 20 | 11 | 0 | 5 | D4 | 4A | 4F |
| Octal | 243 | 307 | 361 | 40 | 21 | 0 | 5 | 324 | 112 | 117 |
| Binary | 10100011 | 11000111 | 11110001 | 100000 | 10001 | 0 | 101 | 11010100 | 1001010 | 1001111 |
Color Harmonies of #A3C7F1
Complementary color
Monochromatic Colors of #A3C7F1
Black with #A3C7F1
Text Example
Text Example
White with #A3C7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C7F1; }
p { color: rgb(163,199,241); }
H1.HeaderClassName
{
color: #A3C7F1;
}
.AnyTagClassName
{
color: #A3C7F1;
}
</style>
background-color css
<style>
a { background-color: #A3C7F1; }
a { background-color: rgb(163,199,241); }
div.DivClassName
{
background-color: #A3C7F1;
}
.BgClassName
{
background-color: #A3C7F1;
}
</style>
border-color css
<style>
span { border-color: #A3C7F1; }
span { border-color: rgb(163,199,241); }
td.TdClassName
{
border-color: #A3C7F1;
}
.TagClassName
{
border-color: #A3C7F1;
}
</style>