Html Css Color HEX #A3C6EF Pale Cornflower Blue
📋 copy color: '#A3C6EF'red 163 ◦ green 198 ◦ blue 239
Shades of Pale Cornflower Blue #A3C6EF
Tints of Pale Cornflower Blue #A3C6EF
RGB
CMYK
RGB Variations
Color information
#A3C6EF (or 0xA3C6EF) is known color: Pale Cornflower Blue. HEX triplet: A3, C6 and EF. RGB value is (163,198,239). Sum of RGB (Red+Green+Blue) = 163+198+239=600 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.17% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #A3C6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C6EF is #5C3910. Grayscale: #C0C0C0. Windows color (decimal): -6043921 or 15713955. OLE color: 15713955.
HSL color Cylindrical-coordinate representation of color #A3C6EF: hue angle of 212.37º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3C6EF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 198 | 239 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.06 |
| HSL | 212.37º | 0.7% | 0.79% | - |
| HSV(B) | 212.37º | 0.32% | 0.94% | - |
| XYZ | 50.88 | 54.41 | 89.48 | - |
| YUV | 192.21 | 154.4 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 239 | 0.32 | 0.17 | 0 | 0.06 | 212.37 | 0.7 | 0.79 |
| Hex | A3 | C6 | EF | 20 | 11 | 0 | 6 | D4 | 46 | 4F |
| Octal | 243 | 306 | 357 | 40 | 21 | 0 | 6 | 324 | 106 | 117 |
| Binary | 10100011 | 11000110 | 11101111 | 100000 | 10001 | 0 | 110 | 11010100 | 1000110 | 1001111 |
Color Harmonies of #A3C6EF
Complementary color
Monochromatic Colors of #A3C6EF
Black with #A3C6EF
Text Example
Text Example
White with #A3C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C6EF; }
p { color: rgb(163,198,239); }
H1.HeaderClassName
{
color: #A3C6EF;
}
.AnyTagClassName
{
color: #A3C6EF;
}
</style>
background-color css
<style>
a { background-color: #A3C6EF; }
a { background-color: rgb(163,198,239); }
div.DivClassName
{
background-color: #A3C6EF;
}
.BgClassName
{
background-color: #A3C6EF;
}
</style>
border-color css
<style>
span { border-color: #A3C6EF; }
span { border-color: rgb(163,198,239); }
td.TdClassName
{
border-color: #A3C6EF;
}
.TagClassName
{
border-color: #A3C6EF;
}
</style>