Html Css Color HEX #A8D4FF Pale Cornflower Blue
📋 copy color: '#A8D4FF'red 168 ◦ green 212 ◦ blue 255
Shades of Pale Cornflower Blue #A8D4FF
Tints of Pale Cornflower Blue #A8D4FF
RGB
CMYK
RGB Variations
Color information
#A8D4FF (or 0xA8D4FF) is known color: Pale Cornflower Blue. HEX triplet: A8, D4 and FF. RGB value is (168,212,255). Sum of RGB (Red+Green+Blue) = 168+212+255=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8D4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D4FF is #572B00. Grayscale: #CBCBCB. Windows color (decimal): -5712641 or 16766120. OLE color: 16766120.
HSL color Cylindrical-coordinate representation of color #A8D4FF: hue angle of 209.66º 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 #A8D4FF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 168 | 212 | 255 | - |
CMYK | 0.34 | 0.17 | 0 | 0 |
HSL | 209.66º | 1% | 0.83% | - |
HSV(B) | 209.66º | 0.34% | 1% | - |
XYZ | 57.74 | 62.63 | 103.65 | - |
YUV | 203.75 | 156.92 | 102.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 212 | 255 | 0.34 | 0.17 | 0 | 0 | 209.66 | 1 | 0.83 |
Hex | A8 | D4 | FF | 22 | 11 | 0 | 0 | D2 | 64 | 53 |
Octal | 250 | 324 | 377 | 42 | 21 | 0 | 0 | 322 | 144 | 123 |
Binary | 10101000 | 11010100 | 11111111 | 100010 | 10001 | 0 | 0 | 11010010 | 1100100 | 1010011 |
Color Harmonies of #A8D4FF
Complementary color
Monochromatic Colors of #A8D4FF
Black with #A8D4FF
Text Example
Text Example
White with #A8D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D4FF; }
p { color: rgb(168,212,255); }
H1.HeaderClassName
{
color: #A8D4FF;
}
.AnyTagClassName
{
color: #A8D4FF;
}
</style>
background-color css
<style>
a { background-color: #A8D4FF; }
a { background-color: rgb(168,212,255); }
div.DivClassName
{
background-color: #A8D4FF;
}
.BgClassName
{
background-color: #A8D4FF;
}
</style>
border-color css
<style>
span { border-color: #A8D4FF; }
span { border-color: rgb(168,212,255); }
td.TdClassName
{
border-color: #A8D4FF;
}
.TagClassName
{
border-color: #A8D4FF;
}
</style>