Html Css Color HEX #A3CCF6 Pale Cornflower Blue
📋 copy color: '#A3CCF6'red 163 ◦ green 204 ◦ blue 246
Shades of Pale Cornflower Blue #A3CCF6
Tints of Pale Cornflower Blue #A3CCF6
RGB
CMYK
RGB Variations
Color information
#A3CCF6 (or 0xA3CCF6) is known color: Pale Cornflower Blue. HEX triplet: A3, CC and F6. RGB value is (163,204,246). Sum of RGB (Red+Green+Blue) = 163+204+246=613 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.59% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3CCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CCF6 is #5C3309. Grayscale: #C4C4C4. Windows color (decimal): -6042378 or 16174243. OLE color: 16174243.
HSL color Cylindrical-coordinate representation of color #A3CCF6: hue angle of 210.36º 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 #A3CCF6 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 204 | 246 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.04 |
| HSL | 210.36º | 0.82% | 0.8% | - |
| HSV(B) | 210.36º | 0.34% | 0.96% | - |
| XYZ | 53.33 | 57.63 | 95.5 | - |
| YUV | 196.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 246 | 0.34 | 0.17 | 0 | 0.04 | 210.36 | 0.82 | 0.8 |
| Hex | A3 | CC | F6 | 22 | 11 | 0 | 4 | D2 | 52 | 50 |
| Octal | 243 | 314 | 366 | 42 | 21 | 0 | 4 | 322 | 122 | 120 |
| Binary | 10100011 | 11001100 | 11110110 | 100010 | 10001 | 0 | 100 | 11010010 | 1010010 | 1010000 |
Color Harmonies of #A3CCF6
Complementary color
Monochromatic Colors of #A3CCF6
Black with #A3CCF6
Text Example
Text Example
White with #A3CCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCF6; }
p { color: rgb(163,204,246); }
H1.HeaderClassName
{
color: #A3CCF6;
}
.AnyTagClassName
{
color: #A3CCF6;
}
</style>
background-color css
<style>
a { background-color: #A3CCF6; }
a { background-color: rgb(163,204,246); }
div.DivClassName
{
background-color: #A3CCF6;
}
.BgClassName
{
background-color: #A3CCF6;
}
</style>
border-color css
<style>
span { border-color: #A3CCF6; }
span { border-color: rgb(163,204,246); }
td.TdClassName
{
border-color: #A3CCF6;
}
.TagClassName
{
border-color: #A3CCF6;
}
</style>