Html Css Color HEX #A8CBFC Pale Cornflower Blue
📋 copy color: '#A8CBFC'red 168 ◦ green 203 ◦ blue 252
Shades of Pale Cornflower Blue #A8CBFC
Tints of Pale Cornflower Blue #A8CBFC
RGB
CMYK
RGB Variations
Color information
#A8CBFC (or 0xA8CBFC) is known color: Pale Cornflower Blue. HEX triplet: A8, CB and FC. RGB value is (168,203,252). Sum of RGB (Red+Green+Blue) = 168+203+252=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CBFC is #573403. Grayscale: #C5C5C5. Windows color (decimal): -5714948 or 16567208. OLE color: 16567208.
HSL color Cylindrical-coordinate representation of color #A8CBFC: hue angle of 215º 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 #A8CBFC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 203 | 252 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.01 |
| HSL | 215º | 0.93% | 0.82% | - |
| HSV(B) | 215º | 0.33% | 0.99% | - |
| XYZ | 55.08 | 58.06 | 100.4 | - |
| YUV | 198.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 252 | 0.33 | 0.19 | 0 | 0.01 | 215 | 0.93 | 0.82 |
| Hex | A8 | CB | FC | 21 | 13 | 0 | 1 | D7 | 5D | 52 |
| Octal | 250 | 313 | 374 | 41 | 23 | 0 | 1 | 327 | 135 | 122 |
| Binary | 10101000 | 11001011 | 11111100 | 100001 | 10011 | 0 | 1 | 11010111 | 1011101 | 1010010 |
Color Harmonies of #A8CBFC
Complementary color
Monochromatic Colors of #A8CBFC
Black with #A8CBFC
Text Example
Text Example
White with #A8CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBFC; }
p { color: rgb(168,203,252); }
H1.HeaderClassName
{
color: #A8CBFC;
}
.AnyTagClassName
{
color: #A8CBFC;
}
</style>
background-color css
<style>
a { background-color: #A8CBFC; }
a { background-color: rgb(168,203,252); }
div.DivClassName
{
background-color: #A8CBFC;
}
.BgClassName
{
background-color: #A8CBFC;
}
</style>
border-color css
<style>
span { border-color: #A8CBFC; }
span { border-color: rgb(168,203,252); }
td.TdClassName
{
border-color: #A8CBFC;
}
.TagClassName
{
border-color: #A8CBFC;
}
</style>