Html Css Color HEX #A4CAF3 Pale Cornflower Blue
📋 copy color: '#A4CAF3'red 164 ◦ green 202 ◦ blue 243
Shades of Pale Cornflower Blue #A4CAF3
Tints of Pale Cornflower Blue #A4CAF3
RGB
CMYK
RGB Variations
Color information
#A4CAF3 (or 0xA4CAF3) is known color: Pale Cornflower Blue. HEX triplet: A4, CA and F3. RGB value is (164,202,243). Sum of RGB (Red+Green+Blue) = 164+202+243=609 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.93% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #A4CAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAF3 is #5B350C. Grayscale: #C3C3C3. Windows color (decimal): -5977357 or 15977124. OLE color: 15977124.
HSL color Cylindrical-coordinate representation of color #A4CAF3: hue angle of 211.14º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4CAF3 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 202 | 243 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.05 |
| HSL | 211.14º | 0.77% | 0.8% | - |
| HSV(B) | 211.14º | 0.33% | 0.95% | - |
| XYZ | 52.61 | 56.6 | 92.95 | - |
| YUV | 195.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 243 | 0.33 | 0.17 | 0 | 0.05 | 211.14 | 0.77 | 0.8 |
| Hex | A4 | CA | F3 | 21 | 11 | 0 | 5 | D3 | 4D | 50 |
| Octal | 244 | 312 | 363 | 41 | 21 | 0 | 5 | 323 | 115 | 120 |
| Binary | 10100100 | 11001010 | 11110011 | 100001 | 10001 | 0 | 101 | 11010011 | 1001101 | 1010000 |
Color Harmonies of #A4CAF3
Complementary color
Monochromatic Colors of #A4CAF3
Black with #A4CAF3
Text Example
Text Example
White with #A4CAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAF3; }
p { color: rgb(164,202,243); }
H1.HeaderClassName
{
color: #A4CAF3;
}
.AnyTagClassName
{
color: #A4CAF3;
}
</style>
background-color css
<style>
a { background-color: #A4CAF3; }
a { background-color: rgb(164,202,243); }
div.DivClassName
{
background-color: #A4CAF3;
}
.BgClassName
{
background-color: #A4CAF3;
}
</style>
border-color css
<style>
span { border-color: #A4CAF3; }
span { border-color: rgb(164,202,243); }
td.TdClassName
{
border-color: #A4CAF3;
}
.TagClassName
{
border-color: #A4CAF3;
}
</style>