Html Css Color HEX #A3C9F6 Pale Cornflower Blue
📋 copy color: '#A3C9F6'red 163 ◦ green 201 ◦ blue 246
Shades of Pale Cornflower Blue #A3C9F6
Tints of Pale Cornflower Blue #A3C9F6
RGB
CMYK
RGB Variations
Color information
#A3C9F6 (or 0xA3C9F6) is known color: Pale Cornflower Blue. HEX triplet: A3, C9 and F6. RGB value is (163,201,246). Sum of RGB (Red+Green+Blue) = 163+201+246=610 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.72% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3C9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C9F6 is #5C3609. Grayscale: #C2C2C2. Windows color (decimal): -6043146 or 16173475. OLE color: 16173475.
HSL color Cylindrical-coordinate representation of color #A3C9F6: hue angle of 212.53º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3C9F6 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 201 | 246 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.04 |
| HSL | 212.53º | 0.82% | 0.8% | - |
| HSV(B) | 212.53º | 0.34% | 0.96% | - |
| XYZ | 52.63 | 56.21 | 95.27 | - |
| YUV | 194.77 | 156.91 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 246 | 0.34 | 0.18 | 0 | 0.04 | 212.53 | 0.82 | 0.8 |
| Hex | A3 | C9 | F6 | 22 | 12 | 0 | 4 | D5 | 52 | 50 |
| Octal | 243 | 311 | 366 | 42 | 22 | 0 | 4 | 325 | 122 | 120 |
| Binary | 10100011 | 11001001 | 11110110 | 100010 | 10010 | 0 | 100 | 11010101 | 1010010 | 1010000 |
Color Harmonies of #A3C9F6
Complementary color
Monochromatic Colors of #A3C9F6
Black with #A3C9F6
Text Example
Text Example
White with #A3C9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C9F6; }
p { color: rgb(163,201,246); }
H1.HeaderClassName
{
color: #A3C9F6;
}
.AnyTagClassName
{
color: #A3C9F6;
}
</style>
background-color css
<style>
a { background-color: #A3C9F6; }
a { background-color: rgb(163,201,246); }
div.DivClassName
{
background-color: #A3C9F6;
}
.BgClassName
{
background-color: #A3C9F6;
}
</style>
border-color css
<style>
span { border-color: #A3C9F6; }
span { border-color: rgb(163,201,246); }
td.TdClassName
{
border-color: #A3C9F6;
}
.TagClassName
{
border-color: #A3C9F6;
}
</style>