Html Css Color HEX #A3CCFF Pale Cornflower Blue
📋 copy color: '#A3CCFF'red 163 ◦ green 204 ◦ blue 255
Shades of Pale Cornflower Blue #A3CCFF
Tints of Pale Cornflower Blue #A3CCFF
RGB
CMYK
RGB Variations
Color information
#A3CCFF (or 0xA3CCFF) is known color: Pale Cornflower Blue. HEX triplet: A3, CC and FF. RGB value is (163,204,255). Sum of RGB (Red+Green+Blue) = 163+204+255=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CCFF is #5C3300. Grayscale: #C5C5C5. Windows color (decimal): -6042369 or 16764067. OLE color: 16764067.
HSL color Cylindrical-coordinate representation of color #A3CCFF: hue angle of 213.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3CCFF is Cyan = 0.36, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 204 | 255 | - |
| CMYK | 0.36 | 0.2 | 0 | 0 |
| HSL | 213.26º | 1% | 0.82% | - |
| HSV(B) | 213.26º | 0.36% | 1% | - |
| XYZ | 54.75 | 58.19 | 102.95 | - |
| YUV | 197.56 | 160.42 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 255 | 0.36 | 0.2 | 0 | 0 | 213.26 | 1 | 0.82 |
| Hex | A3 | CC | FF | 24 | 14 | 0 | 0 | D5 | 64 | 52 |
| Octal | 243 | 314 | 377 | 44 | 24 | 0 | 0 | 325 | 144 | 122 |
| Binary | 10100011 | 11001100 | 11111111 | 100100 | 10100 | 0 | 0 | 11010101 | 1100100 | 1010010 |
Color Harmonies of #A3CCFF
Complementary color
Monochromatic Colors of #A3CCFF
Black with #A3CCFF
Text Example
Text Example
White with #A3CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCFF; }
p { color: rgb(163,204,255); }
H1.HeaderClassName
{
color: #A3CCFF;
}
.AnyTagClassName
{
color: #A3CCFF;
}
</style>
background-color css
<style>
a { background-color: #A3CCFF; }
a { background-color: rgb(163,204,255); }
div.DivClassName
{
background-color: #A3CCFF;
}
.BgClassName
{
background-color: #A3CCFF;
}
</style>
border-color css
<style>
span { border-color: #A3CCFF; }
span { border-color: rgb(163,204,255); }
td.TdClassName
{
border-color: #A3CCFF;
}
.TagClassName
{
border-color: #A3CCFF;
}
</style>