Shades of Humming Bird #C3FCEE
Tints of Humming Bird #C3FCEE
RGB
CMYK
RGB Variations
Color information
#C3FCEE (or 0xC3FCEE) is known color: Humming Bird. HEX triplet: C3, FC and EE. RGB value is (195,252,238). Sum of RGB (Red+Green+Blue) = 195+252+238=685 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.47% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FCEE is #3C0311. Grayscale: #E9E9E9. Windows color (decimal): -3932946 or 15662275. OLE color: 15662275.
HSL color Cylindrical-coordinate representation of color #C3FCEE: hue angle of 165.26º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FCEE is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 238 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.01 |
| HSL | 165.26º | 0.9% | 0.88% | - |
| HSV(B) | 165.26º | 0.23% | 0.99% | - |
| XYZ | 72.75 | 87.4 | 93.92 | - |
| YUV | 233.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 238 | 0.23 | 0 | 0.06 | 0.01 | 165.26 | 0.9 | 0.88 |
| Hex | C3 | FC | EE | 17 | 0 | 6 | 1 | A5 | 5A | 58 |
| Octal | 303 | 374 | 356 | 27 | 0 | 6 | 1 | 245 | 132 | 130 |
| Binary | 11000011 | 11111100 | 11101110 | 10111 | 0 | 110 | 1 | 10100101 | 1011010 | 1011000 |
Color Harmonies of #C3FCEE
Complementary color
Monochromatic Colors of #C3FCEE
Black with #C3FCEE
Text Example
Text Example
White with #C3FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FCEE; }
p { color: rgb(195,252,238); }
H1.HeaderClassName
{
color: #C3FCEE;
}
.AnyTagClassName
{
color: #C3FCEE;
}
</style>
background-color css
<style>
a { background-color: #C3FCEE; }
a { background-color: rgb(195,252,238); }
div.DivClassName
{
background-color: #C3FCEE;
}
.BgClassName
{
background-color: #C3FCEE;
}
</style>
border-color css
<style>
span { border-color: #C3FCEE; }
span { border-color: rgb(195,252,238); }
td.TdClassName
{
border-color: #C3FCEE;
}
.TagClassName
{
border-color: #C3FCEE;
}
</style>