Shades of Aero Blue #C3FBDC
Tints of Aero Blue #C3FBDC
RGB
CMYK
RGB Variations
Color information
#C3FBDC (or 0xC3FBDC) is known color: Aero Blue. HEX triplet: C3, FB and DC. RGB value is (195,251,220). Sum of RGB (Red+Green+Blue) = 195+251+220=666 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.28% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FBDC is #3C0423. Grayscale: #E6E6E6. Windows color (decimal): -3933220 or 14482371. OLE color: 14482371.
HSL color Cylindrical-coordinate representation of color #C3FBDC: hue angle of 146.79º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FBDC is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 220 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.02 |
| HSL | 146.79º | 0.88% | 0.87% | - |
| HSV(B) | 146.79º | 0.22% | 0.98% | - |
| XYZ | 69.92 | 85.76 | 80.58 | - |
| YUV | 230.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 220 | 0.22 | 0 | 0.12 | 0.02 | 146.79 | 0.88 | 0.87 |
| Hex | C3 | FB | DC | 16 | 0 | C | 2 | 93 | 58 | 57 |
| Octal | 303 | 373 | 334 | 26 | 0 | 14 | 2 | 223 | 130 | 127 |
| Binary | 11000011 | 11111011 | 11011100 | 10110 | 0 | 1100 | 10 | 10010011 | 1011000 | 1010111 |
Color Harmonies of #C3FBDC
Complementary color
Monochromatic Colors of #C3FBDC
Black with #C3FBDC
Text Example
Text Example
White with #C3FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FBDC; }
p { color: rgb(195,251,220); }
H1.HeaderClassName
{
color: #C3FBDC;
}
.AnyTagClassName
{
color: #C3FBDC;
}
</style>
background-color css
<style>
a { background-color: #C3FBDC; }
a { background-color: rgb(195,251,220); }
div.DivClassName
{
background-color: #C3FBDC;
}
.BgClassName
{
background-color: #C3FBDC;
}
</style>
border-color css
<style>
span { border-color: #C3FBDC; }
span { border-color: rgb(195,251,220); }
td.TdClassName
{
border-color: #C3FBDC;
}
.TagClassName
{
border-color: #C3FBDC;
}
</style>