Html Css Color HEX #A3CAFC Pale Cornflower Blue
📋 copy color: '#A3CAFC'red 163 ◦ green 202 ◦ blue 252
Shades of Pale Cornflower Blue #A3CAFC
Tints of Pale Cornflower Blue #A3CAFC
RGB
CMYK
RGB Variations
Color information
#A3CAFC (or 0xA3CAFC) is known color: Pale Cornflower Blue. HEX triplet: A3, CA and FC. RGB value is (163,202,252). Sum of RGB (Red+Green+Blue) = 163+202+252=617 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.42% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3CAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CAFC is #5C3503. Grayscale: #C3C3C3. Windows color (decimal): -6042884 or 16566947. OLE color: 16566947.
HSL color Cylindrical-coordinate representation of color #A3CAFC: hue angle of 213.71º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3CAFC is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 202 | 252 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.01 |
| HSL | 213.71º | 0.94% | 0.81% | - |
| HSV(B) | 213.71º | 0.35% | 0.99% | - |
| XYZ | 53.8 | 57.06 | 100.27 | - |
| YUV | 196.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 252 | 0.35 | 0.20 | 0 | 0.01 | 213.71 | 0.94 | 0.81 |
| Hex | A3 | CA | FC | 23 | 14 | 0 | 1 | D6 | 5E | 51 |
| Octal | 243 | 312 | 374 | 43 | 24 | 0 | 1 | 326 | 136 | 121 |
| Binary | 10100011 | 11001010 | 11111100 | 100011 | 10100 | 0 | 1 | 11010110 | 1011110 | 1010001 |
Color Harmonies of #A3CAFC
Complementary color
Monochromatic Colors of #A3CAFC
Black with #A3CAFC
Text Example
Text Example
White with #A3CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAFC; }
p { color: rgb(163,202,252); }
H1.HeaderClassName
{
color: #A3CAFC;
}
.AnyTagClassName
{
color: #A3CAFC;
}
</style>
background-color css
<style>
a { background-color: #A3CAFC; }
a { background-color: rgb(163,202,252); }
div.DivClassName
{
background-color: #A3CAFC;
}
.BgClassName
{
background-color: #A3CAFC;
}
</style>
border-color css
<style>
span { border-color: #A3CAFC; }
span { border-color: rgb(163,202,252); }
td.TdClassName
{
border-color: #A3CAFC;
}
.TagClassName
{
border-color: #A3CAFC;
}
</style>