Html Css Color HEX #A9C6FD Pale Cornflower Blue
📋 copy color: '#A9C6FD'red 169 ◦ green 198 ◦ blue 253
Shades of Pale Cornflower Blue #A9C6FD
Tints of Pale Cornflower Blue #A9C6FD
RGB
CMYK
RGB Variations
Color information
#A9C6FD (or 0xA9C6FD) is known color: Pale Cornflower Blue. HEX triplet: A9, C6 and FD. RGB value is (169,198,253). Sum of RGB (Red+Green+Blue) = 169+198+253=620 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.26% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9C6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9C6FD is #563902. Grayscale: #C3C3C3. Windows color (decimal): -5650691 or 16631465. OLE color: 16631465.
HSL color Cylindrical-coordinate representation of color #A9C6FD: hue angle of 219.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9C6FD is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 198 | 253 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.01 |
| HSL | 219.29º | 0.95% | 0.83% | - |
| HSV(B) | 219.29º | 0.33% | 0.99% | - |
| XYZ | 54.29 | 55.92 | 100.86 | - |
| YUV | 195.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 253 | 0.33 | 0.22 | 0 | 0.01 | 219.29 | 0.95 | 0.83 |
| Hex | A9 | C6 | FD | 21 | 16 | 0 | 1 | DB | 5F | 53 |
| Octal | 251 | 306 | 375 | 41 | 26 | 0 | 1 | 333 | 137 | 123 |
| Binary | 10101001 | 11000110 | 11111101 | 100001 | 10110 | 0 | 1 | 11011011 | 1011111 | 1010011 |
Color Harmonies of #A9C6FD
Complementary color
Monochromatic Colors of #A9C6FD
Black with #A9C6FD
Text Example
Text Example
White with #A9C6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C6FD; }
p { color: rgb(169,198,253); }
H1.HeaderClassName
{
color: #A9C6FD;
}
.AnyTagClassName
{
color: #A9C6FD;
}
</style>
background-color css
<style>
a { background-color: #A9C6FD; }
a { background-color: rgb(169,198,253); }
div.DivClassName
{
background-color: #A9C6FD;
}
.BgClassName
{
background-color: #A9C6FD;
}
</style>
border-color css
<style>
span { border-color: #A9C6FD; }
span { border-color: rgb(169,198,253); }
td.TdClassName
{
border-color: #A9C6FD;
}
.TagClassName
{
border-color: #A9C6FD;
}
</style>