Html Css Color HEX #A3CDF6 Pale Cornflower Blue
📋 copy color: '#A3CDF6'red 163 ◦ green 205 ◦ blue 246
Shades of Pale Cornflower Blue #A3CDF6
Tints of Pale Cornflower Blue #A3CDF6
RGB
CMYK
RGB Variations
Color information
#A3CDF6 (or 0xA3CDF6) is known color: Pale Cornflower Blue. HEX triplet: A3, CD and F6. RGB value is (163,205,246). Sum of RGB (Red+Green+Blue) = 163+205+246=614 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.55% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3CDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDF6 is #5C3209. Grayscale: #C4C4C4. Windows color (decimal): -6042122 or 16174499. OLE color: 16174499.
HSL color Cylindrical-coordinate representation of color #A3CDF6: hue angle of 209.64º 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 #A3CDF6 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 205 | 246 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.04 |
| HSL | 209.64º | 0.82% | 0.8% | - |
| HSV(B) | 209.64º | 0.34% | 0.96% | - |
| XYZ | 53.57 | 58.1 | 95.58 | - |
| YUV | 197.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 246 | 0.34 | 0.17 | 0 | 0.04 | 209.64 | 0.82 | 0.8 |
| Hex | A3 | CD | F6 | 22 | 11 | 0 | 4 | D2 | 52 | 50 |
| Octal | 243 | 315 | 366 | 42 | 21 | 0 | 4 | 322 | 122 | 120 |
| Binary | 10100011 | 11001101 | 11110110 | 100010 | 10001 | 0 | 100 | 11010010 | 1010010 | 1010000 |
Color Harmonies of #A3CDF6
Complementary color
Monochromatic Colors of #A3CDF6
Black with #A3CDF6
Text Example
Text Example
White with #A3CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CDF6; }
p { color: rgb(163,205,246); }
H1.HeaderClassName
{
color: #A3CDF6;
}
.AnyTagClassName
{
color: #A3CDF6;
}
</style>
background-color css
<style>
a { background-color: #A3CDF6; }
a { background-color: rgb(163,205,246); }
div.DivClassName
{
background-color: #A3CDF6;
}
.BgClassName
{
background-color: #A3CDF6;
}
</style>
border-color css
<style>
span { border-color: #A3CDF6; }
span { border-color: rgb(163,205,246); }
td.TdClassName
{
border-color: #A3CDF6;
}
.TagClassName
{
border-color: #A3CDF6;
}
</style>