Html Css Color HEX #A4CBF6 Pale Cornflower Blue
📋 copy color: '#A4CBF6'red 164 ◦ green 203 ◦ blue 246
Shades of Pale Cornflower Blue #A4CBF6
Tints of Pale Cornflower Blue #A4CBF6
RGB
CMYK
RGB Variations
Color information
#A4CBF6 (or 0xA4CBF6) is known color: Pale Cornflower Blue. HEX triplet: A4, CB and F6. RGB value is (164,203,246). Sum of RGB (Red+Green+Blue) = 164+203+246=613 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.75% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #A4CBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CBF6 is #5B3409. Grayscale: #C4C4C4. Windows color (decimal): -5977098 or 16173988. OLE color: 16173988.
HSL color Cylindrical-coordinate representation of color #A4CBF6: hue angle of 211.46º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4CBF6 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 203 | 246 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.04 |
| HSL | 211.46º | 0.82% | 0.8% | - |
| HSV(B) | 211.46º | 0.33% | 0.96% | - |
| XYZ | 53.3 | 57.26 | 95.43 | - |
| YUV | 196.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 246 | 0.33 | 0.17 | 0 | 0.04 | 211.46 | 0.82 | 0.8 |
| Hex | A4 | CB | F6 | 21 | 11 | 0 | 4 | D3 | 52 | 50 |
| Octal | 244 | 313 | 366 | 41 | 21 | 0 | 4 | 323 | 122 | 120 |
| Binary | 10100100 | 11001011 | 11110110 | 100001 | 10001 | 0 | 100 | 11010011 | 1010010 | 1010000 |
Color Harmonies of #A4CBF6
Complementary color
Monochromatic Colors of #A4CBF6
Black with #A4CBF6
Text Example
Text Example
White with #A4CBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CBF6; }
p { color: rgb(164,203,246); }
H1.HeaderClassName
{
color: #A4CBF6;
}
.AnyTagClassName
{
color: #A4CBF6;
}
</style>
background-color css
<style>
a { background-color: #A4CBF6; }
a { background-color: rgb(164,203,246); }
div.DivClassName
{
background-color: #A4CBF6;
}
.BgClassName
{
background-color: #A4CBF6;
}
</style>
border-color css
<style>
span { border-color: #A4CBF6; }
span { border-color: rgb(164,203,246); }
td.TdClassName
{
border-color: #A4CBF6;
}
.TagClassName
{
border-color: #A4CBF6;
}
</style>