Html Css Color HEX #A8CDFC Pale Cornflower Blue
📋 copy color: '#A8CDFC'red 168 ◦ green 205 ◦ blue 252
Shades of Pale Cornflower Blue #A8CDFC
Tints of Pale Cornflower Blue #A8CDFC
RGB
CMYK
RGB Variations
Color information
#A8CDFC (or 0xA8CDFC) is known color: Pale Cornflower Blue. HEX triplet: A8, CD and FC. RGB value is (168,205,252). Sum of RGB (Red+Green+Blue) = 168+205+252=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8CDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDFC is #573203. Grayscale: #C7C7C7. Windows color (decimal): -5714436 or 16567720. OLE color: 16567720.
HSL color Cylindrical-coordinate representation of color #A8CDFC: hue angle of 213.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CDFC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 205 | 252 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.01 |
| HSL | 213.57º | 0.93% | 0.82% | - |
| HSV(B) | 213.57º | 0.33% | 0.99% | - |
| XYZ | 55.55 | 59.02 | 100.56 | - |
| YUV | 199.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 252 | 0.33 | 0.19 | 0 | 0.01 | 213.57 | 0.93 | 0.82 |
| Hex | A8 | CD | FC | 21 | 13 | 0 | 1 | D6 | 5D | 52 |
| Octal | 250 | 315 | 374 | 41 | 23 | 0 | 1 | 326 | 135 | 122 |
| Binary | 10101000 | 11001101 | 11111100 | 100001 | 10011 | 0 | 1 | 11010110 | 1011101 | 1010010 |
Color Harmonies of #A8CDFC
Complementary color
Monochromatic Colors of #A8CDFC
Black with #A8CDFC
Text Example
Text Example
White with #A8CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDFC; }
p { color: rgb(168,205,252); }
H1.HeaderClassName
{
color: #A8CDFC;
}
.AnyTagClassName
{
color: #A8CDFC;
}
</style>
background-color css
<style>
a { background-color: #A8CDFC; }
a { background-color: rgb(168,205,252); }
div.DivClassName
{
background-color: #A8CDFC;
}
.BgClassName
{
background-color: #A8CDFC;
}
</style>
border-color css
<style>
span { border-color: #A8CDFC; }
span { border-color: rgb(168,205,252); }
td.TdClassName
{
border-color: #A8CDFC;
}
.TagClassName
{
border-color: #A8CDFC;
}
</style>