Html Css Color HEX #A3D1FF Pale Cornflower Blue
📋 copy color: '#A3D1FF'red 163 ◦ green 209 ◦ blue 255
Shades of Pale Cornflower Blue #A3D1FF
Tints of Pale Cornflower Blue #A3D1FF
RGB
CMYK
RGB Variations
Color information
#A3D1FF (or 0xA3D1FF) is known color: Pale Cornflower Blue. HEX triplet: A3, D1 and FF. RGB value is (163,209,255). Sum of RGB (Red+Green+Blue) = 163+209+255=627 (83% of max value = 765). Red value is 163 (64.06% from 255 or 26.00% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3D1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D1FF is #5C2E00. Grayscale: #C8C8C8. Windows color (decimal): -6041089 or 16765347. OLE color: 16765347.
HSL color Cylindrical-coordinate representation of color #A3D1FF: hue angle of 210º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3D1FF is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 209 | 255 | - |
| CMYK | 0.36 | 0.18 | 0 | 0 |
| HSL | 210º | 1% | 0.82% | - |
| HSV(B) | 210º | 0.36% | 1% | - |
| XYZ | 55.95 | 60.61 | 103.36 | - |
| YUV | 200.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 209 | 255 | 0.36 | 0.18 | 0 | 0 | 210 | 1 | 0.82 |
| Hex | A3 | D1 | FF | 24 | 12 | 0 | 0 | D2 | 64 | 52 |
| Octal | 243 | 321 | 377 | 44 | 22 | 0 | 0 | 322 | 144 | 122 |
| Binary | 10100011 | 11010001 | 11111111 | 100100 | 10010 | 0 | 0 | 11010010 | 1100100 | 1010010 |
Color Harmonies of #A3D1FF
Complementary color
Monochromatic Colors of #A3D1FF
Black with #A3D1FF
Text Example
Text Example
White with #A3D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D1FF; }
p { color: rgb(163,209,255); }
H1.HeaderClassName
{
color: #A3D1FF;
}
.AnyTagClassName
{
color: #A3D1FF;
}
</style>
background-color css
<style>
a { background-color: #A3D1FF; }
a { background-color: rgb(163,209,255); }
div.DivClassName
{
background-color: #A3D1FF;
}
.BgClassName
{
background-color: #A3D1FF;
}
</style>
border-color css
<style>
span { border-color: #A3D1FF; }
span { border-color: rgb(163,209,255); }
td.TdClassName
{
border-color: #A3D1FF;
}
.TagClassName
{
border-color: #A3D1FF;
}
</style>