Html Css Color HEX #A4CAFC Pale Cornflower Blue
📋 copy color: '#A4CAFC'red 164 ◦ green 202 ◦ blue 252
Shades of Pale Cornflower Blue #A4CAFC
Tints of Pale Cornflower Blue #A4CAFC
RGB
CMYK
RGB Variations
Color information
#A4CAFC (or 0xA4CAFC) is known color: Pale Cornflower Blue. HEX triplet: A4, CA and FC. RGB value is (164,202,252). Sum of RGB (Red+Green+Blue) = 164+202+252=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4CAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAFC is #5B3503. Grayscale: #C4C4C4. Windows color (decimal): -5977348 or 16566948. OLE color: 16566948.
HSL color Cylindrical-coordinate representation of color #A4CAFC: hue angle of 214.09º 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 #A4CAFC is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 202 | 252 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.01 |
| HSL | 214.09º | 0.94% | 0.82% | - |
| HSV(B) | 214.09º | 0.35% | 0.99% | - |
| XYZ | 54 | 57.16 | 100.28 | - |
| YUV | 196.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 252 | 0.35 | 0.20 | 0 | 0.01 | 214.09 | 0.94 | 0.82 |
| Hex | A4 | CA | FC | 23 | 14 | 0 | 1 | D6 | 5E | 52 |
| Octal | 244 | 312 | 374 | 43 | 24 | 0 | 1 | 326 | 136 | 122 |
| Binary | 10100100 | 11001010 | 11111100 | 100011 | 10100 | 0 | 1 | 11010110 | 1011110 | 1010010 |
Color Harmonies of #A4CAFC
Complementary color
Monochromatic Colors of #A4CAFC
Black with #A4CAFC
Text Example
Text Example
White with #A4CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAFC; }
p { color: rgb(164,202,252); }
H1.HeaderClassName
{
color: #A4CAFC;
}
.AnyTagClassName
{
color: #A4CAFC;
}
</style>
background-color css
<style>
a { background-color: #A4CAFC; }
a { background-color: rgb(164,202,252); }
div.DivClassName
{
background-color: #A4CAFC;
}
.BgClassName
{
background-color: #A4CAFC;
}
</style>
border-color css
<style>
span { border-color: #A4CAFC; }
span { border-color: rgb(164,202,252); }
td.TdClassName
{
border-color: #A4CAFC;
}
.TagClassName
{
border-color: #A4CAFC;
}
</style>