Html Css Color HEX #A2C8FD Pale Cornflower Blue
📋 copy color: '#A2C8FD'red 162 ◦ green 200 ◦ blue 253
Shades of Pale Cornflower Blue #A2C8FD
Tints of Pale Cornflower Blue #A2C8FD
RGB
CMYK
RGB Variations
Color information
#A2C8FD (or 0xA2C8FD) is known color: Pale Cornflower Blue. HEX triplet: A2, C8 and FD. RGB value is (162,200,253). Sum of RGB (Red+Green+Blue) = 162+200+253=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2C8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C8FD is #5D3702. Grayscale: #C2C2C2. Windows color (decimal): -6108931 or 16631970. OLE color: 16631970.
HSL color Cylindrical-coordinate representation of color #A2C8FD: hue angle of 214.95º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C8FD is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 200 | 253 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.01 |
| HSL | 214.95º | 0.96% | 0.81% | - |
| HSV(B) | 214.95º | 0.36% | 0.99% | - |
| XYZ | 53.28 | 56.08 | 100.95 | - |
| YUV | 194.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 253 | 0.36 | 0.21 | 0 | 0.01 | 214.95 | 0.96 | 0.81 |
| Hex | A2 | C8 | FD | 24 | 15 | 0 | 1 | D7 | 60 | 51 |
| Octal | 242 | 310 | 375 | 44 | 25 | 0 | 1 | 327 | 140 | 121 |
| Binary | 10100010 | 11001000 | 11111101 | 100100 | 10101 | 0 | 1 | 11010111 | 1100000 | 1010001 |
Color Harmonies of #A2C8FD
Complementary color
Monochromatic Colors of #A2C8FD
Black with #A2C8FD
Text Example
Text Example
White with #A2C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C8FD; }
p { color: rgb(162,200,253); }
H1.HeaderClassName
{
color: #A2C8FD;
}
.AnyTagClassName
{
color: #A2C8FD;
}
</style>
background-color css
<style>
a { background-color: #A2C8FD; }
a { background-color: rgb(162,200,253); }
div.DivClassName
{
background-color: #A2C8FD;
}
.BgClassName
{
background-color: #A2C8FD;
}
</style>
border-color css
<style>
span { border-color: #A2C8FD; }
span { border-color: rgb(162,200,253); }
td.TdClassName
{
border-color: #A2C8FD;
}
.TagClassName
{
border-color: #A2C8FD;
}
</style>