Html Css Color HEX #A4CCFC Pale Cornflower Blue
📋 copy color: '#A4CCFC'red 164 ◦ green 204 ◦ blue 252
Shades of Pale Cornflower Blue #A4CCFC
Tints of Pale Cornflower Blue #A4CCFC
RGB
CMYK
RGB Variations
Color information
#A4CCFC (or 0xA4CCFC) is known color: Pale Cornflower Blue. HEX triplet: A4, CC and FC. RGB value is (164,204,252). Sum of RGB (Red+Green+Blue) = 164+204+252=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CCFC is #5B3303. Grayscale: #C5C5C5. Windows color (decimal): -5976836 or 16567460. OLE color: 16567460.
HSL color Cylindrical-coordinate representation of color #A4CCFC: hue angle of 212.73º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4CCFC is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 204 | 252 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.01 |
| HSL | 212.73º | 0.94% | 0.82% | - |
| HSV(B) | 212.73º | 0.35% | 0.99% | - |
| XYZ | 54.47 | 58.11 | 100.44 | - |
| YUV | 197.51 | 158.75 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 204 | 252 | 0.35 | 0.19 | 0 | 0.01 | 212.73 | 0.94 | 0.82 |
| Hex | A4 | CC | FC | 23 | 13 | 0 | 1 | D5 | 5E | 52 |
| Octal | 244 | 314 | 374 | 43 | 23 | 0 | 1 | 325 | 136 | 122 |
| Binary | 10100100 | 11001100 | 11111100 | 100011 | 10011 | 0 | 1 | 11010101 | 1011110 | 1010010 |
Color Harmonies of #A4CCFC
Complementary color
Monochromatic Colors of #A4CCFC
Black with #A4CCFC
Text Example
Text Example
White with #A4CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CCFC; }
p { color: rgb(164,204,252); }
H1.HeaderClassName
{
color: #A4CCFC;
}
.AnyTagClassName
{
color: #A4CCFC;
}
</style>
background-color css
<style>
a { background-color: #A4CCFC; }
a { background-color: rgb(164,204,252); }
div.DivClassName
{
background-color: #A4CCFC;
}
.BgClassName
{
background-color: #A4CCFC;
}
</style>
border-color css
<style>
span { border-color: #A4CCFC; }
span { border-color: rgb(164,204,252); }
td.TdClassName
{
border-color: #A4CCFC;
}
.TagClassName
{
border-color: #A4CCFC;
}
</style>