Html Css Color HEX #A4CFFB Pale Cornflower Blue
📋 copy color: '#A4CFFB'red 164 ◦ green 207 ◦ blue 251
Shades of Pale Cornflower Blue #A4CFFB
Tints of Pale Cornflower Blue #A4CFFB
RGB
CMYK
RGB Variations
Color information
#A4CFFB (or 0xA4CFFB) is known color: Pale Cornflower Blue. HEX triplet: A4, CF and FB. RGB value is (164,207,251). Sum of RGB (Red+Green+Blue) = 164+207+251=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4CFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CFFB is #5B3004. Grayscale: #C6C6C6. Windows color (decimal): -5976069 or 16502692. OLE color: 16502692.
HSL color Cylindrical-coordinate representation of color #A4CFFB: hue angle of 210.34º 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 #A4CFFB is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 207 | 251 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.02 |
| HSL | 210.34º | 0.92% | 0.81% | - |
| HSV(B) | 210.34º | 0.35% | 0.98% | - |
| XYZ | 55.04 | 59.48 | 99.85 | - |
| YUV | 199.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 251 | 0.35 | 0.18 | 0 | 0.02 | 210.34 | 0.92 | 0.81 |
| Hex | A4 | CF | FB | 23 | 12 | 0 | 2 | D2 | 5C | 51 |
| Octal | 244 | 317 | 373 | 43 | 22 | 0 | 2 | 322 | 134 | 121 |
| Binary | 10100100 | 11001111 | 11111011 | 100011 | 10010 | 0 | 10 | 11010010 | 1011100 | 1010001 |
Color Harmonies of #A4CFFB
Complementary color
Monochromatic Colors of #A4CFFB
Black with #A4CFFB
Text Example
Text Example
White with #A4CFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFFB; }
p { color: rgb(164,207,251); }
H1.HeaderClassName
{
color: #A4CFFB;
}
.AnyTagClassName
{
color: #A4CFFB;
}
</style>
background-color css
<style>
a { background-color: #A4CFFB; }
a { background-color: rgb(164,207,251); }
div.DivClassName
{
background-color: #A4CFFB;
}
.BgClassName
{
background-color: #A4CFFB;
}
</style>
border-color css
<style>
span { border-color: #A4CFFB; }
span { border-color: rgb(164,207,251); }
td.TdClassName
{
border-color: #A4CFFB;
}
.TagClassName
{
border-color: #A4CFFB;
}
</style>