Shades of Humming Bird #CCFFF3
Tints of Humming Bird #CCFFF3
RGB
CMYK
RGB Variations
Color information
#CCFFF3 (or 0xCCFFF3) is known color: Humming Bird. HEX triplet: CC, FF and F3. RGB value is (204,255,243). Sum of RGB (Red+Green+Blue) = 204+255+243=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFF3 is #33000C. Grayscale: #EEEEEE. Windows color (decimal): -3342349 or 15990732. OLE color: 15990732.
HSL color Cylindrical-coordinate representation of color #CCFFF3: hue angle of 165.88º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFF3 is Cyan = 0.2, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 243 | - |
| CMYK | 0.2 | 0 | 0.05 | 0 |
| HSL | 165.88º | 1% | 0.9% | - |
| HSV(B) | 165.88º | 0.2% | 1% | - |
| XYZ | 76.84 | 90.83 | 98.28 | - |
| YUV | 238.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 243 | 0.2 | 0 | 0.05 | 0 | 165.88 | 1 | 0.9 |
| Hex | CC | FF | F3 | 14 | 0 | 5 | 0 | A6 | 64 | 5A |
| Octal | 314 | 377 | 363 | 24 | 0 | 5 | 0 | 246 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11110011 | 10100 | 0 | 101 | 0 | 10100110 | 1100100 | 1011010 |
Color Harmonies of #CCFFF3
Complementary color
Monochromatic Colors of #CCFFF3
Black with #CCFFF3
Text Example
Text Example
White with #CCFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFF3; }
p { color: rgb(204,255,243); }
H1.HeaderClassName
{
color: #CCFFF3;
}
.AnyTagClassName
{
color: #CCFFF3;
}
</style>
background-color css
<style>
a { background-color: #CCFFF3; }
a { background-color: rgb(204,255,243); }
div.DivClassName
{
background-color: #CCFFF3;
}
.BgClassName
{
background-color: #CCFFF3;
}
</style>
border-color css
<style>
span { border-color: #CCFFF3; }
span { border-color: rgb(204,255,243); }
td.TdClassName
{
border-color: #CCFFF3;
}
.TagClassName
{
border-color: #CCFFF3;
}
</style>