Html Css Color HEX #A3C2FC Pale Cornflower Blue
📋 copy color: '#A3C2FC'red 163 ◦ green 194 ◦ blue 252
Shades of Pale Cornflower Blue #A3C2FC
Tints of Pale Cornflower Blue #A3C2FC
RGB
CMYK
RGB Variations
Color information
#A3C2FC (or 0xA3C2FC) is known color: Pale Cornflower Blue. HEX triplet: A3, C2 and FC. RGB value is (163,194,252). Sum of RGB (Red+Green+Blue) = 163+194+252=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C2FC is #5C3D03. Grayscale: #BFBFBF. Windows color (decimal): -6044932 or 16564899. OLE color: 16564899.
HSL color Cylindrical-coordinate representation of color #A3C2FC: hue angle of 219.1º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3C2FC is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 194 | 252 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.01 |
| HSL | 219.1º | 0.94% | 0.81% | - |
| HSV(B) | 219.1º | 0.35% | 0.99% | - |
| XYZ | 51.97 | 53.4 | 99.66 | - |
| YUV | 191.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 252 | 0.35 | 0.23 | 0 | 0.01 | 219.1 | 0.94 | 0.81 |
| Hex | A3 | C2 | FC | 23 | 17 | 0 | 1 | DB | 5E | 51 |
| Octal | 243 | 302 | 374 | 43 | 27 | 0 | 1 | 333 | 136 | 121 |
| Binary | 10100011 | 11000010 | 11111100 | 100011 | 10111 | 0 | 1 | 11011011 | 1011110 | 1010001 |
Color Harmonies of #A3C2FC
Complementary color
Monochromatic Colors of #A3C2FC
Black with #A3C2FC
Text Example
Text Example
White with #A3C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2FC; }
p { color: rgb(163,194,252); }
H1.HeaderClassName
{
color: #A3C2FC;
}
.AnyTagClassName
{
color: #A3C2FC;
}
</style>
background-color css
<style>
a { background-color: #A3C2FC; }
a { background-color: rgb(163,194,252); }
div.DivClassName
{
background-color: #A3C2FC;
}
.BgClassName
{
background-color: #A3C2FC;
}
</style>
border-color css
<style>
span { border-color: #A3C2FC; }
span { border-color: rgb(163,194,252); }
td.TdClassName
{
border-color: #A3C2FC;
}
.TagClassName
{
border-color: #A3C2FC;
}
</style>