Html Css Color HEX #A3CBFA Pale Cornflower Blue
📋 copy color: '#A3CBFA'red 163 ◦ green 203 ◦ blue 250
Shades of Pale Cornflower Blue #A3CBFA
Tints of Pale Cornflower Blue #A3CBFA
RGB
CMYK
RGB Variations
Color information
#A3CBFA (or 0xA3CBFA) is known color: Pale Cornflower Blue. HEX triplet: A3, CB and FA. RGB value is (163,203,250). Sum of RGB (Red+Green+Blue) = 163+203+250=616 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.46% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBFA is #5C3405. Grayscale: #C4C4C4. Windows color (decimal): -6042630 or 16436131. OLE color: 16436131.
HSL color Cylindrical-coordinate representation of color #A3CBFA: hue angle of 212.41º degrees, saturation: 0.9, 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 #A3CBFA is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 203 | 250 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.02 |
| HSL | 212.41º | 0.9% | 0.81% | - |
| HSV(B) | 212.41º | 0.35% | 0.98% | - |
| XYZ | 53.72 | 57.4 | 98.69 | - |
| YUV | 196.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 250 | 0.35 | 0.19 | 0 | 0.02 | 212.41 | 0.9 | 0.81 |
| Hex | A3 | CB | FA | 23 | 13 | 0 | 2 | D4 | 5A | 51 |
| Octal | 243 | 313 | 372 | 43 | 23 | 0 | 2 | 324 | 132 | 121 |
| Binary | 10100011 | 11001011 | 11111010 | 100011 | 10011 | 0 | 10 | 11010100 | 1011010 | 1010001 |
Color Harmonies of #A3CBFA
Complementary color
Monochromatic Colors of #A3CBFA
Black with #A3CBFA
Text Example
Text Example
White with #A3CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBFA; }
p { color: rgb(163,203,250); }
H1.HeaderClassName
{
color: #A3CBFA;
}
.AnyTagClassName
{
color: #A3CBFA;
}
</style>
background-color css
<style>
a { background-color: #A3CBFA; }
a { background-color: rgb(163,203,250); }
div.DivClassName
{
background-color: #A3CBFA;
}
.BgClassName
{
background-color: #A3CBFA;
}
</style>
border-color css
<style>
span { border-color: #A3CBFA; }
span { border-color: rgb(163,203,250); }
td.TdClassName
{
border-color: #A3CBFA;
}
.TagClassName
{
border-color: #A3CBFA;
}
</style>