Html Css Color HEX #A4CCF5 Pale Cornflower Blue
📋 copy color: '#A4CCF5'red 164 ◦ green 204 ◦ blue 245
Shades of Pale Cornflower Blue #A4CCF5
Tints of Pale Cornflower Blue #A4CCF5
RGB
CMYK
RGB Variations
Color information
#A4CCF5 (or 0xA4CCF5) is known color: Pale Cornflower Blue. HEX triplet: A4, CC and F5. RGB value is (164,204,245). Sum of RGB (Red+Green+Blue) = 164+204+245=613 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.75% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #A4CCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CCF5 is #5B330A. Grayscale: #C4C4C4. Windows color (decimal): -5976843 or 16108708. OLE color: 16108708.
HSL color Cylindrical-coordinate representation of color #A4CCF5: hue angle of 210.37º degrees, saturation: 0.8, 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 #A4CCF5 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 204 | 245 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.04 |
| HSL | 210.37º | 0.8% | 0.8% | - |
| HSV(B) | 210.37º | 0.33% | 0.96% | - |
| XYZ | 53.38 | 57.67 | 94.7 | - |
| YUV | 196.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 204 | 245 | 0.33 | 0.17 | 0 | 0.04 | 210.37 | 0.8 | 0.8 |
| Hex | A4 | CC | F5 | 21 | 11 | 0 | 4 | D2 | 50 | 50 |
| Octal | 244 | 314 | 365 | 41 | 21 | 0 | 4 | 322 | 120 | 120 |
| Binary | 10100100 | 11001100 | 11110101 | 100001 | 10001 | 0 | 100 | 11010010 | 1010000 | 1010000 |
Color Harmonies of #A4CCF5
Complementary color
Monochromatic Colors of #A4CCF5
Black with #A4CCF5
Text Example
Text Example
White with #A4CCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CCF5; }
p { color: rgb(164,204,245); }
H1.HeaderClassName
{
color: #A4CCF5;
}
.AnyTagClassName
{
color: #A4CCF5;
}
</style>
background-color css
<style>
a { background-color: #A4CCF5; }
a { background-color: rgb(164,204,245); }
div.DivClassName
{
background-color: #A4CCF5;
}
.BgClassName
{
background-color: #A4CCF5;
}
</style>
border-color css
<style>
span { border-color: #A4CCF5; }
span { border-color: rgb(164,204,245); }
td.TdClassName
{
border-color: #A4CCF5;
}
.TagClassName
{
border-color: #A4CCF5;
}
</style>