Html Css Color HEX #A3C7EE Pale Cornflower Blue
📋 copy color: '#A3C7EE'red 163 ◦ green 199 ◦ blue 238
Shades of Pale Cornflower Blue #A3C7EE
Tints of Pale Cornflower Blue #A3C7EE
RGB
CMYK
RGB Variations
Color information
#A3C7EE (or 0xA3C7EE) is known color: Pale Cornflower Blue. HEX triplet: A3, C7 and EE. RGB value is (163,199,238). Sum of RGB (Red+Green+Blue) = 163+199+238=600 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.17% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3C7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C7EE is #5C3811. Grayscale: #C0C0C0. Windows color (decimal): -6043666 or 15648675. OLE color: 15648675.
HSL color Cylindrical-coordinate representation of color #A3C7EE: hue angle of 211.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3C7EE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 199 | 238 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.07 |
| HSL | 211.2º | 0.69% | 0.79% | - |
| HSV(B) | 211.2º | 0.32% | 0.93% | - |
| XYZ | 50.96 | 54.81 | 88.78 | - |
| YUV | 192.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 238 | 0.32 | 0.16 | 0 | 0.07 | 211.2 | 0.69 | 0.79 |
| Hex | A3 | C7 | EE | 20 | 10 | 0 | 7 | D3 | 45 | 4F |
| Octal | 243 | 307 | 356 | 40 | 20 | 0 | 7 | 323 | 105 | 117 |
| Binary | 10100011 | 11000111 | 11101110 | 100000 | 10000 | 0 | 111 | 11010011 | 1000101 | 1001111 |
Color Harmonies of #A3C7EE
Complementary color
Monochromatic Colors of #A3C7EE
Black with #A3C7EE
Text Example
Text Example
White with #A3C7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C7EE; }
p { color: rgb(163,199,238); }
H1.HeaderClassName
{
color: #A3C7EE;
}
.AnyTagClassName
{
color: #A3C7EE;
}
</style>
background-color css
<style>
a { background-color: #A3C7EE; }
a { background-color: rgb(163,199,238); }
div.DivClassName
{
background-color: #A3C7EE;
}
.BgClassName
{
background-color: #A3C7EE;
}
</style>
border-color css
<style>
span { border-color: #A3C7EE; }
span { border-color: rgb(163,199,238); }
td.TdClassName
{
border-color: #A3C7EE;
}
.TagClassName
{
border-color: #A3C7EE;
}
</style>