Html Css Color HEX #A4CAFB Pale Cornflower Blue
📋 copy color: '#A4CAFB'red 164 ◦ green 202 ◦ blue 251
Shades of Pale Cornflower Blue #A4CAFB
Tints of Pale Cornflower Blue #A4CAFB
RGB
CMYK
RGB Variations
Color information
#A4CAFB (or 0xA4CAFB) is known color: Pale Cornflower Blue. HEX triplet: A4, CA and FB. RGB value is (164,202,251). Sum of RGB (Red+Green+Blue) = 164+202+251=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 202 (79.30% from 255 or 32.74% 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 #A4CAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAFB is #5B3504. Grayscale: #C3C3C3. Windows color (decimal): -5977349 or 16501412. OLE color: 16501412.
HSL color Cylindrical-coordinate representation of color #A4CAFB: hue angle of 213.79º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4CAFB is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 202 | 251 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.02 |
| HSL | 213.79º | 0.92% | 0.81% | - |
| HSV(B) | 213.79º | 0.35% | 0.98% | - |
| XYZ | 53.84 | 57.1 | 99.45 | - |
| YUV | 196.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 251 | 0.35 | 0.20 | 0 | 0.02 | 213.79 | 0.92 | 0.81 |
| Hex | A4 | CA | FB | 23 | 14 | 0 | 2 | D6 | 5C | 51 |
| Octal | 244 | 312 | 373 | 43 | 24 | 0 | 2 | 326 | 134 | 121 |
| Binary | 10100100 | 11001010 | 11111011 | 100011 | 10100 | 0 | 10 | 11010110 | 1011100 | 1010001 |
Color Harmonies of #A4CAFB
Complementary color
Monochromatic Colors of #A4CAFB
Black with #A4CAFB
Text Example
Text Example
White with #A4CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAFB; }
p { color: rgb(164,202,251); }
H1.HeaderClassName
{
color: #A4CAFB;
}
.AnyTagClassName
{
color: #A4CAFB;
}
</style>
background-color css
<style>
a { background-color: #A4CAFB; }
a { background-color: rgb(164,202,251); }
div.DivClassName
{
background-color: #A4CAFB;
}
.BgClassName
{
background-color: #A4CAFB;
}
</style>
border-color css
<style>
span { border-color: #A4CAFB; }
span { border-color: rgb(164,202,251); }
td.TdClassName
{
border-color: #A4CAFB;
}
.TagClassName
{
border-color: #A4CAFB;
}
</style>