Html Css Color HEX #A3CAFB Pale Cornflower Blue
📋 copy color: '#A3CAFB'red 163 ◦ green 202 ◦ blue 251
Shades of Pale Cornflower Blue #A3CAFB
Tints of Pale Cornflower Blue #A3CAFB
RGB
CMYK
RGB Variations
Color information
#A3CAFB (or 0xA3CAFB) is known color: Pale Cornflower Blue. HEX triplet: A3, CA and FB. RGB value is (163,202,251). Sum of RGB (Red+Green+Blue) = 163+202+251=616 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.46% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3CAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CAFB is #5C3504. Grayscale: #C3C3C3. Windows color (decimal): -6042885 or 16501411. OLE color: 16501411.
HSL color Cylindrical-coordinate representation of color #A3CAFB: hue angle of 213.41º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3CAFB is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 202 | 251 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.02 |
| HSL | 213.41º | 0.92% | 0.81% | - |
| HSV(B) | 213.41º | 0.35% | 0.98% | - |
| XYZ | 53.64 | 56.99 | 99.44 | - |
| YUV | 195.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 251 | 0.35 | 0.20 | 0 | 0.02 | 213.41 | 0.92 | 0.81 |
| Hex | A3 | CA | FB | 23 | 14 | 0 | 2 | D5 | 5C | 51 |
| Octal | 243 | 312 | 373 | 43 | 24 | 0 | 2 | 325 | 134 | 121 |
| Binary | 10100011 | 11001010 | 11111011 | 100011 | 10100 | 0 | 10 | 11010101 | 1011100 | 1010001 |
Color Harmonies of #A3CAFB
Complementary color
Monochromatic Colors of #A3CAFB
Black with #A3CAFB
Text Example
Text Example
White with #A3CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAFB; }
p { color: rgb(163,202,251); }
H1.HeaderClassName
{
color: #A3CAFB;
}
.AnyTagClassName
{
color: #A3CAFB;
}
</style>
background-color css
<style>
a { background-color: #A3CAFB; }
a { background-color: rgb(163,202,251); }
div.DivClassName
{
background-color: #A3CAFB;
}
.BgClassName
{
background-color: #A3CAFB;
}
</style>
border-color css
<style>
span { border-color: #A3CAFB; }
span { border-color: rgb(163,202,251); }
td.TdClassName
{
border-color: #A3CAFB;
}
.TagClassName
{
border-color: #A3CAFB;
}
</style>