Shades of Humming Bird #C3FFEE
Tints of Humming Bird #C3FFEE
RGB
CMYK
RGB Variations
Color information
#C3FFEE (or 0xC3FFEE) is known color: Humming Bird. HEX triplet: C3, FF and EE. RGB value is (195,255,238). Sum of RGB (Red+Green+Blue) = 195+255+238=688 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.34% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FFEE is #3C0011. Grayscale: #EBEBEB. Windows color (decimal): -3932178 or 15663043. OLE color: 15663043.
HSL color Cylindrical-coordinate representation of color #C3FFEE: hue angle of 163º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFEE is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 238 | - |
| CMYK | 0.24 | 0 | 0.07 | 0 |
| HSL | 163º | 1% | 0.88% | - |
| HSV(B) | 163º | 0.24% | 1% | - |
| XYZ | 73.7 | 89.3 | 94.24 | - |
| YUV | 235.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 238 | 0.24 | 0 | 0.07 | 0 | 163 | 1 | 0.88 |
| Hex | C3 | FF | EE | 18 | 0 | 7 | 0 | A3 | 64 | 58 |
| Octal | 303 | 377 | 356 | 30 | 0 | 7 | 0 | 243 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11101110 | 11000 | 0 | 111 | 0 | 10100011 | 1100100 | 1011000 |
Color Harmonies of #C3FFEE
Complementary color
Monochromatic Colors of #C3FFEE
Black with #C3FFEE
Text Example
Text Example
White with #C3FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFEE; }
p { color: rgb(195,255,238); }
H1.HeaderClassName
{
color: #C3FFEE;
}
.AnyTagClassName
{
color: #C3FFEE;
}
</style>
background-color css
<style>
a { background-color: #C3FFEE; }
a { background-color: rgb(195,255,238); }
div.DivClassName
{
background-color: #C3FFEE;
}
.BgClassName
{
background-color: #C3FFEE;
}
</style>
border-color css
<style>
span { border-color: #C3FFEE; }
span { border-color: rgb(195,255,238); }
td.TdClassName
{
border-color: #C3FFEE;
}
.TagClassName
{
border-color: #C3FFEE;
}
</style>