Html Css Color HEX #A8C6FB Pale Cornflower Blue
📋 copy color: '#A8C6FB'red 168 ◦ green 198 ◦ blue 251
Shades of Pale Cornflower Blue #A8C6FB
Tints of Pale Cornflower Blue #A8C6FB
RGB
CMYK
RGB Variations
Color information
#A8C6FB (or 0xA8C6FB) is known color: Pale Cornflower Blue. HEX triplet: A8, C6 and FB. RGB value is (168,198,251). Sum of RGB (Red+Green+Blue) = 168+198+251=617 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.23% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8C6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C6FB is #573904. Grayscale: #C2C2C2. Windows color (decimal): -5716229 or 16500392. OLE color: 16500392.
HSL color Cylindrical-coordinate representation of color #A8C6FB: hue angle of 218.31º 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 #A8C6FB is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 198 | 251 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.02 |
| HSL | 218.31º | 0.91% | 0.82% | - |
| HSV(B) | 218.31º | 0.33% | 0.98% | - |
| XYZ | 53.76 | 55.68 | 99.18 | - |
| YUV | 195.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 251 | 0.33 | 0.21 | 0 | 0.02 | 218.31 | 0.91 | 0.82 |
| Hex | A8 | C6 | FB | 21 | 15 | 0 | 2 | DA | 5B | 52 |
| Octal | 250 | 306 | 373 | 41 | 25 | 0 | 2 | 332 | 133 | 122 |
| Binary | 10101000 | 11000110 | 11111011 | 100001 | 10101 | 0 | 10 | 11011010 | 1011011 | 1010010 |
Color Harmonies of #A8C6FB
Complementary color
Monochromatic Colors of #A8C6FB
Black with #A8C6FB
Text Example
Text Example
White with #A8C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C6FB; }
p { color: rgb(168,198,251); }
H1.HeaderClassName
{
color: #A8C6FB;
}
.AnyTagClassName
{
color: #A8C6FB;
}
</style>
background-color css
<style>
a { background-color: #A8C6FB; }
a { background-color: rgb(168,198,251); }
div.DivClassName
{
background-color: #A8C6FB;
}
.BgClassName
{
background-color: #A8C6FB;
}
</style>
border-color css
<style>
span { border-color: #A8C6FB; }
span { border-color: rgb(168,198,251); }
td.TdClassName
{
border-color: #A8C6FB;
}
.TagClassName
{
border-color: #A8C6FB;
}
</style>