Html Css Color HEX #A2C2FB Pale Cornflower Blue
📋 copy color: '#A2C2FB'red 162 ◦ green 194 ◦ blue 251
Shades of Pale Cornflower Blue #A2C2FB
Tints of Pale Cornflower Blue #A2C2FB
RGB
CMYK
RGB Variations
Color information
#A2C2FB (or 0xA2C2FB) is known color: Pale Cornflower Blue. HEX triplet: A2, C2 and FB. RGB value is (162,194,251). Sum of RGB (Red+Green+Blue) = 162+194+251=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C2FB is #5D3D04. Grayscale: #BEBEBE. Windows color (decimal): -6110469 or 16499362. OLE color: 16499362.
HSL color Cylindrical-coordinate representation of color #A2C2FB: hue angle of 218.43º 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 #A2C2FB is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 194 | 251 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.02 |
| HSL | 218.43º | 0.92% | 0.81% | - |
| HSV(B) | 218.43º | 0.35% | 0.98% | - |
| XYZ | 51.6 | 53.23 | 98.82 | - |
| YUV | 190.93 | 161.9 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 251 | 0.35 | 0.23 | 0 | 0.02 | 218.43 | 0.92 | 0.81 |
| Hex | A2 | C2 | FB | 23 | 17 | 0 | 2 | DA | 5C | 51 |
| Octal | 242 | 302 | 373 | 43 | 27 | 0 | 2 | 332 | 134 | 121 |
| Binary | 10100010 | 11000010 | 11111011 | 100011 | 10111 | 0 | 10 | 11011010 | 1011100 | 1010001 |
Color Harmonies of #A2C2FB
Complementary color
Monochromatic Colors of #A2C2FB
Black with #A2C2FB
Text Example
Text Example
White with #A2C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C2FB; }
p { color: rgb(162,194,251); }
H1.HeaderClassName
{
color: #A2C2FB;
}
.AnyTagClassName
{
color: #A2C2FB;
}
</style>
background-color css
<style>
a { background-color: #A2C2FB; }
a { background-color: rgb(162,194,251); }
div.DivClassName
{
background-color: #A2C2FB;
}
.BgClassName
{
background-color: #A2C2FB;
}
</style>
border-color css
<style>
span { border-color: #A2C2FB; }
span { border-color: rgb(162,194,251); }
td.TdClassName
{
border-color: #A2C2FB;
}
.TagClassName
{
border-color: #A2C2FB;
}
</style>