Html Css Color HEX #A8CFFD Pale Cornflower Blue
📋 copy color: '#A8CFFD'red 168 ◦ green 207 ◦ blue 253
Shades of Pale Cornflower Blue #A8CFFD
Tints of Pale Cornflower Blue #A8CFFD
RGB
CMYK
RGB Variations
Color information
#A8CFFD (or 0xA8CFFD) is known color: Pale Cornflower Blue. HEX triplet: A8, CF and FD. RGB value is (168,207,253). Sum of RGB (Red+Green+Blue) = 168+207+253=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFFD is #573002. Grayscale: #C8C8C8. Windows color (decimal): -5713923 or 16633768. OLE color: 16633768.
HSL color Cylindrical-coordinate representation of color #A8CFFD: hue angle of 212.47º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CFFD is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 207 | 253 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.01 |
| HSL | 212.47º | 0.96% | 0.83% | - |
| HSV(B) | 212.47º | 0.34% | 0.99% | - |
| XYZ | 56.19 | 60.04 | 101.56 | - |
| YUV | 200.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 253 | 0.34 | 0.18 | 0 | 0.01 | 212.47 | 0.96 | 0.83 |
| Hex | A8 | CF | FD | 22 | 12 | 0 | 1 | D4 | 60 | 53 |
| Octal | 250 | 317 | 375 | 42 | 22 | 0 | 1 | 324 | 140 | 123 |
| Binary | 10101000 | 11001111 | 11111101 | 100010 | 10010 | 0 | 1 | 11010100 | 1100000 | 1010011 |
Color Harmonies of #A8CFFD
Complementary color
Monochromatic Colors of #A8CFFD
Black with #A8CFFD
Text Example
Text Example
White with #A8CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFFD; }
p { color: rgb(168,207,253); }
H1.HeaderClassName
{
color: #A8CFFD;
}
.AnyTagClassName
{
color: #A8CFFD;
}
</style>
background-color css
<style>
a { background-color: #A8CFFD; }
a { background-color: rgb(168,207,253); }
div.DivClassName
{
background-color: #A8CFFD;
}
.BgClassName
{
background-color: #A8CFFD;
}
</style>
border-color css
<style>
span { border-color: #A8CFFD; }
span { border-color: rgb(168,207,253); }
td.TdClassName
{
border-color: #A8CFFD;
}
.TagClassName
{
border-color: #A8CFFD;
}
</style>