Html Css Color HEX #A3D0FA Pale Cornflower Blue
📋 copy color: '#A3D0FA'red 163 ◦ green 208 ◦ blue 250
Shades of Pale Cornflower Blue #A3D0FA
Tints of Pale Cornflower Blue #A3D0FA
RGB
CMYK
RGB Variations
Color information
#A3D0FA (or 0xA3D0FA) is known color: Pale Cornflower Blue. HEX triplet: A3, D0 and FA. RGB value is (163,208,250). Sum of RGB (Red+Green+Blue) = 163+208+250=621 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.25% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D0FA is #5C2F05. Grayscale: #C7C7C7. Windows color (decimal): -6041350 or 16437411. OLE color: 16437411.
HSL color Cylindrical-coordinate representation of color #A3D0FA: hue angle of 208.97º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3D0FA is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 208 | 250 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.02 |
| HSL | 208.97º | 0.9% | 0.81% | - |
| HSV(B) | 208.97º | 0.35% | 0.98% | - |
| XYZ | 54.92 | 59.8 | 99.09 | - |
| YUV | 199.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 250 | 0.35 | 0.17 | 0 | 0.02 | 208.97 | 0.9 | 0.81 |
| Hex | A3 | D0 | FA | 23 | 11 | 0 | 2 | D1 | 5A | 51 |
| Octal | 243 | 320 | 372 | 43 | 21 | 0 | 2 | 321 | 132 | 121 |
| Binary | 10100011 | 11010000 | 11111010 | 100011 | 10001 | 0 | 10 | 11010001 | 1011010 | 1010001 |
Color Harmonies of #A3D0FA
Complementary color
Monochromatic Colors of #A3D0FA
Black with #A3D0FA
Text Example
Text Example
White with #A3D0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D0FA; }
p { color: rgb(163,208,250); }
H1.HeaderClassName
{
color: #A3D0FA;
}
.AnyTagClassName
{
color: #A3D0FA;
}
</style>
background-color css
<style>
a { background-color: #A3D0FA; }
a { background-color: rgb(163,208,250); }
div.DivClassName
{
background-color: #A3D0FA;
}
.BgClassName
{
background-color: #A3D0FA;
}
</style>
border-color css
<style>
span { border-color: #A3D0FA; }
span { border-color: rgb(163,208,250); }
td.TdClassName
{
border-color: #A3D0FA;
}
.TagClassName
{
border-color: #A3D0FA;
}
</style>