Html Css Color HEX #A1D0FD Pale Cornflower Blue
📋 copy color: '#A1D0FD'red 161 ◦ green 208 ◦ blue 253
Shades of Pale Cornflower Blue #A1D0FD
Tints of Pale Cornflower Blue #A1D0FD
RGB
CMYK
RGB Variations
Color information
#A1D0FD (or 0xA1D0FD) is known color: Pale Cornflower Blue. HEX triplet: A1, D0 and FD. RGB value is (161,208,253). Sum of RGB (Red+Green+Blue) = 161+208+253=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1D0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D0FD is #5E2F02. Grayscale: #C6C6C6. Windows color (decimal): -6172419 or 16634017. OLE color: 16634017.
HSL color Cylindrical-coordinate representation of color #A1D0FD: hue angle of 209.35º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1D0FD is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 208 | 253 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.01 |
| HSL | 209.35º | 0.96% | 0.81% | - |
| HSV(B) | 209.35º | 0.36% | 0.99% | - |
| XYZ | 54.98 | 59.78 | 101.57 | - |
| YUV | 199.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 253 | 0.36 | 0.18 | 0 | 0.01 | 209.35 | 0.96 | 0.81 |
| Hex | A1 | D0 | FD | 24 | 12 | 0 | 1 | D1 | 60 | 51 |
| Octal | 241 | 320 | 375 | 44 | 22 | 0 | 1 | 321 | 140 | 121 |
| Binary | 10100001 | 11010000 | 11111101 | 100100 | 10010 | 0 | 1 | 11010001 | 1100000 | 1010001 |
Color Harmonies of #A1D0FD
Complementary color
Monochromatic Colors of #A1D0FD
Black with #A1D0FD
Text Example
Text Example
White with #A1D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D0FD; }
p { color: rgb(161,208,253); }
H1.HeaderClassName
{
color: #A1D0FD;
}
.AnyTagClassName
{
color: #A1D0FD;
}
</style>
background-color css
<style>
a { background-color: #A1D0FD; }
a { background-color: rgb(161,208,253); }
div.DivClassName
{
background-color: #A1D0FD;
}
.BgClassName
{
background-color: #A1D0FD;
}
</style>
border-color css
<style>
span { border-color: #A1D0FD; }
span { border-color: rgb(161,208,253); }
td.TdClassName
{
border-color: #A1D0FD;
}
.TagClassName
{
border-color: #A1D0FD;
}
</style>