Html Css Color HEX #A7CFFE Pale Cornflower Blue
📋 copy color: '#A7CFFE'red 167 ◦ green 207 ◦ blue 254
Shades of Pale Cornflower Blue #A7CFFE
Tints of Pale Cornflower Blue #A7CFFE
RGB
CMYK
RGB Variations
Color information
#A7CFFE (or 0xA7CFFE) is known color: Pale Cornflower Blue. HEX triplet: A7, CF and FE. RGB value is (167,207,254). Sum of RGB (Red+Green+Blue) = 167+207+254=628 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.59% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFFE is #583001. Grayscale: #C8C8C8. Windows color (decimal): -5779458 or 16699303. OLE color: 16699303.
HSL color Cylindrical-coordinate representation of color #A7CFFE: hue angle of 212.41º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7CFFE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 207 | 254 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.00 |
| HSL | 212.41º | 0.98% | 0.83% | - |
| HSV(B) | 212.41º | 0.34% | 1% | - |
| XYZ | 56.14 | 60 | 102.39 | - |
| YUV | 200.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 254 | 0.34 | 0.19 | 0 | 0.00 | 212.41 | 0.98 | 0.83 |
| Hex | A7 | CF | FE | 22 | 13 | 0 | 0 | D4 | 62 | 53 |
| Octal | 247 | 317 | 376 | 42 | 23 | 0 | 0 | 324 | 142 | 123 |
| Binary | 10100111 | 11001111 | 11111110 | 100010 | 10011 | 0 | 0 | 11010100 | 1100010 | 1010011 |
Color Harmonies of #A7CFFE
Complementary color
Monochromatic Colors of #A7CFFE
Black with #A7CFFE
Text Example
Text Example
White with #A7CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CFFE; }
p { color: rgb(167,207,254); }
H1.HeaderClassName
{
color: #A7CFFE;
}
.AnyTagClassName
{
color: #A7CFFE;
}
</style>
background-color css
<style>
a { background-color: #A7CFFE; }
a { background-color: rgb(167,207,254); }
div.DivClassName
{
background-color: #A7CFFE;
}
.BgClassName
{
background-color: #A7CFFE;
}
</style>
border-color css
<style>
span { border-color: #A7CFFE; }
span { border-color: rgb(167,207,254); }
td.TdClassName
{
border-color: #A7CFFE;
}
.TagClassName
{
border-color: #A7CFFE;
}
</style>