Html Css Color HEX #A8CDFF Pale Cornflower Blue
📋 copy color: '#A8CDFF'red 168 ◦ green 205 ◦ blue 255
Shades of Pale Cornflower Blue #A8CDFF
Tints of Pale Cornflower Blue #A8CDFF
RGB
CMYK
RGB Variations
Color information
#A8CDFF (or 0xA8CDFF) is known color: Pale Cornflower Blue. HEX triplet: A8, CD and FF. RGB value is (168,205,255). Sum of RGB (Red+Green+Blue) = 168+205+255=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDFF is #573200. Grayscale: #C7C7C7. Windows color (decimal): -5714433 or 16764328. OLE color: 16764328.
HSL color Cylindrical-coordinate representation of color #A8CDFF: hue angle of 214.48º 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 #A8CDFF is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 205 | 255 | - |
| CMYK | 0.34 | 0.20 | 0 | 0 |
| HSL | 214.48º | 1% | 0.83% | - |
| HSV(B) | 214.48º | 0.34% | 1% | - |
| XYZ | 56.03 | 59.21 | 103.08 | - |
| YUV | 199.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 255 | 0.34 | 0.20 | 0 | 0 | 214.48 | 1 | 0.83 |
| Hex | A8 | CD | FF | 22 | 14 | 0 | 0 | D6 | 64 | 53 |
| Octal | 250 | 315 | 377 | 42 | 24 | 0 | 0 | 326 | 144 | 123 |
| Binary | 10101000 | 11001101 | 11111111 | 100010 | 10100 | 0 | 0 | 11010110 | 1100100 | 1010011 |
Color Harmonies of #A8CDFF
Complementary color
Monochromatic Colors of #A8CDFF
Black with #A8CDFF
Text Example
Text Example
White with #A8CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDFF; }
p { color: rgb(168,205,255); }
H1.HeaderClassName
{
color: #A8CDFF;
}
.AnyTagClassName
{
color: #A8CDFF;
}
</style>
background-color css
<style>
a { background-color: #A8CDFF; }
a { background-color: rgb(168,205,255); }
div.DivClassName
{
background-color: #A8CDFF;
}
.BgClassName
{
background-color: #A8CDFF;
}
</style>
border-color css
<style>
span { border-color: #A8CDFF; }
span { border-color: rgb(168,205,255); }
td.TdClassName
{
border-color: #A8CDFF;
}
.TagClassName
{
border-color: #A8CDFF;
}
</style>