Html Css Color HEX #A4CAF6 Pale Cornflower Blue
📋 copy color: '#A4CAF6'red 164 ◦ green 202 ◦ blue 246
Shades of Pale Cornflower Blue #A4CAF6
Tints of Pale Cornflower Blue #A4CAF6
RGB
CMYK
RGB Variations
Color information
#A4CAF6 (or 0xA4CAF6) is known color: Pale Cornflower Blue. HEX triplet: A4, CA and F6. RGB value is (164,202,246). Sum of RGB (Red+Green+Blue) = 164+202+246=612 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.80% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #A4CAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAF6 is #5B3509. Grayscale: #C3C3C3. Windows color (decimal): -5977354 or 16173732. OLE color: 16173732.
HSL color Cylindrical-coordinate representation of color #A4CAF6: hue angle of 212.2º 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 #A4CAF6 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 202 | 246 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.04 |
| HSL | 212.2º | 0.82% | 0.8% | - |
| HSV(B) | 212.2º | 0.33% | 0.96% | - |
| XYZ | 53.06 | 56.79 | 95.35 | - |
| YUV | 195.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 246 | 0.33 | 0.18 | 0 | 0.04 | 212.2 | 0.82 | 0.8 |
| Hex | A4 | CA | F6 | 21 | 12 | 0 | 4 | D4 | 52 | 50 |
| Octal | 244 | 312 | 366 | 41 | 22 | 0 | 4 | 324 | 122 | 120 |
| Binary | 10100100 | 11001010 | 11110110 | 100001 | 10010 | 0 | 100 | 11010100 | 1010010 | 1010000 |
Color Harmonies of #A4CAF6
Complementary color
Monochromatic Colors of #A4CAF6
Black with #A4CAF6
Text Example
Text Example
White with #A4CAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAF6; }
p { color: rgb(164,202,246); }
H1.HeaderClassName
{
color: #A4CAF6;
}
.AnyTagClassName
{
color: #A4CAF6;
}
</style>
background-color css
<style>
a { background-color: #A4CAF6; }
a { background-color: rgb(164,202,246); }
div.DivClassName
{
background-color: #A4CAF6;
}
.BgClassName
{
background-color: #A4CAF6;
}
</style>
border-color css
<style>
span { border-color: #A4CAF6; }
span { border-color: rgb(164,202,246); }
td.TdClassName
{
border-color: #A4CAF6;
}
.TagClassName
{
border-color: #A4CAF6;
}
</style>