Html Css Color HEX #A8D5FB Pale Cornflower Blue
📋 copy color: '#A8D5FB'red 168 ◦ green 213 ◦ blue 251
Shades of Pale Cornflower Blue #A8D5FB
Tints of Pale Cornflower Blue #A8D5FB
RGB
CMYK
RGB Variations
Color information
#A8D5FB (or 0xA8D5FB) is known color: Pale Cornflower Blue. HEX triplet: A8, D5 and FB. RGB value is (168,213,251). Sum of RGB (Red+Green+Blue) = 168+213+251=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8D5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D5FB is #572A04. Grayscale: #CBCBCB. Windows color (decimal): -5712389 or 16504232. OLE color: 16504232.
HSL color Cylindrical-coordinate representation of color #A8D5FB: hue angle of 207.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D5FB is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 213 | 251 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.02 |
| HSL | 207.47º | 0.91% | 0.82% | - |
| HSV(B) | 207.47º | 0.33% | 0.98% | - |
| XYZ | 57.36 | 62.88 | 100.38 | - |
| YUV | 203.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 251 | 0.33 | 0.15 | 0 | 0.02 | 207.47 | 0.91 | 0.82 |
| Hex | A8 | D5 | FB | 21 | F | 0 | 2 | CF | 5B | 52 |
| Octal | 250 | 325 | 373 | 41 | 17 | 0 | 2 | 317 | 133 | 122 |
| Binary | 10101000 | 11010101 | 11111011 | 100001 | 1111 | 0 | 10 | 11001111 | 1011011 | 1010010 |
Color Harmonies of #A8D5FB
Complementary color
Monochromatic Colors of #A8D5FB
Black with #A8D5FB
Text Example
Text Example
White with #A8D5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5FB; }
p { color: rgb(168,213,251); }
H1.HeaderClassName
{
color: #A8D5FB;
}
.AnyTagClassName
{
color: #A8D5FB;
}
</style>
background-color css
<style>
a { background-color: #A8D5FB; }
a { background-color: rgb(168,213,251); }
div.DivClassName
{
background-color: #A8D5FB;
}
.BgClassName
{
background-color: #A8D5FB;
}
</style>
border-color css
<style>
span { border-color: #A8D5FB; }
span { border-color: rgb(168,213,251); }
td.TdClassName
{
border-color: #A8D5FB;
}
.TagClassName
{
border-color: #A8D5FB;
}
</style>