Shades of Humming Bird #CCFEF0
Tints of Humming Bird #CCFEF0
RGB
CMYK
RGB Variations
Color information
#CCFEF0 (or 0xCCFEF0) is known color: Humming Bird. HEX triplet: CC, FE and F0. RGB value is (204,254,240). Sum of RGB (Red+Green+Blue) = 204+254+240=698 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.23% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEF0 is #33010F. Grayscale: #EDEDED. Windows color (decimal): -3342608 or 15793868. OLE color: 15793868.
HSL color Cylindrical-coordinate representation of color #CCFEF0: hue angle of 163.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEF0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 240 | - |
CMYK | 0.20 | 0 | 0.06 | 0.00 |
HSL | 163.2º | 0.96% | 0.9% | - |
HSV(B) | 163.2º | 0.2% | 1% | - |
XYZ | 76.07 | 90.01 | 95.8 | - |
YUV | 237.45 | 129.44 | 104.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 240 | 0.20 | 0 | 0.06 | 0.00 | 163.2 | 0.96 | 0.9 |
Hex | CC | FE | F0 | 14 | 0 | 6 | 0 | A3 | 60 | 5A |
Octal | 314 | 376 | 360 | 24 | 0 | 6 | 0 | 243 | 140 | 132 |
Binary | 11001100 | 11111110 | 11110000 | 10100 | 0 | 110 | 0 | 10100011 | 1100000 | 1011010 |
Color Harmonies of #CCFEF0
Complementary color
Monochromatic Colors of #CCFEF0
Black with #CCFEF0
Text Example
Text Example
White with #CCFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEF0; }
p { color: rgb(204,254,240); }
H1.HeaderClassName
{
color: #CCFEF0;
}
.AnyTagClassName
{
color: #CCFEF0;
}
</style>
background-color css
<style>
a { background-color: #CCFEF0; }
a { background-color: rgb(204,254,240); }
div.DivClassName
{
background-color: #CCFEF0;
}
.BgClassName
{
background-color: #CCFEF0;
}
</style>
border-color css
<style>
span { border-color: #CCFEF0; }
span { border-color: rgb(204,254,240); }
td.TdClassName
{
border-color: #CCFEF0;
}
.TagClassName
{
border-color: #CCFEF0;
}
</style>