Html Css Color HEX #A8D3FF Pale Cornflower Blue
📋 copy color: '#A8D3FF'red 168 ◦ green 211 ◦ blue 255
Shades of Pale Cornflower Blue #A8D3FF
Tints of Pale Cornflower Blue #A8D3FF
RGB
CMYK
RGB Variations
Color information
#A8D3FF (or 0xA8D3FF) is known color: Pale Cornflower Blue. HEX triplet: A8, D3 and FF. RGB value is (168,211,255). Sum of RGB (Red+Green+Blue) = 168+211+255=634 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.50% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8D3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D3FF is #572C00. Grayscale: #CACACA. Windows color (decimal): -5712897 or 16765864. OLE color: 16765864.
HSL color Cylindrical-coordinate representation of color #A8D3FF: hue angle of 210.34º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D3FF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 211 | 255 | - |
| CMYK | 0.34 | 0.17 | 0 | 0 |
| HSL | 210.34º | 1% | 0.83% | - |
| HSV(B) | 210.34º | 0.34% | 1% | - |
| XYZ | 57.49 | 62.13 | 103.57 | - |
| YUV | 203.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 255 | 0.34 | 0.17 | 0 | 0 | 210.34 | 1 | 0.83 |
| Hex | A8 | D3 | FF | 22 | 11 | 0 | 0 | D2 | 64 | 53 |
| Octal | 250 | 323 | 377 | 42 | 21 | 0 | 0 | 322 | 144 | 123 |
| Binary | 10101000 | 11010011 | 11111111 | 100010 | 10001 | 0 | 0 | 11010010 | 1100100 | 1010011 |
Color Harmonies of #A8D3FF
Complementary color
Monochromatic Colors of #A8D3FF
Black with #A8D3FF
Text Example
Text Example
White with #A8D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3FF; }
p { color: rgb(168,211,255); }
H1.HeaderClassName
{
color: #A8D3FF;
}
.AnyTagClassName
{
color: #A8D3FF;
}
</style>
background-color css
<style>
a { background-color: #A8D3FF; }
a { background-color: rgb(168,211,255); }
div.DivClassName
{
background-color: #A8D3FF;
}
.BgClassName
{
background-color: #A8D3FF;
}
</style>
border-color css
<style>
span { border-color: #A8D3FF; }
span { border-color: rgb(168,211,255); }
td.TdClassName
{
border-color: #A8D3FF;
}
.TagClassName
{
border-color: #A8D3FF;
}
</style>