Shades of Humming Bird #CCFBEE
Tints of Humming Bird #CCFBEE
RGB
CMYK
RGB Variations
Color information
#CCFBEE (or 0xCCFBEE) is known color: Humming Bird. HEX triplet: CC, FB and EE. RGB value is (204,251,238). Sum of RGB (Red+Green+Blue) = 204+251+238=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBEE is #330411. Grayscale: #EBEBEB. Windows color (decimal): -3343378 or 15662028. OLE color: 15662028.
HSL color Cylindrical-coordinate representation of color #CCFBEE: hue angle of 163.4º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBEE is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 251 | 238 | - |
CMYK | 0.19 | 0 | 0.05 | 0.02 |
HSL | 163.4º | 0.85% | 0.89% | - |
HSV(B) | 163.4º | 0.19% | 0.98% | - |
XYZ | 74.83 | 88 | 93.93 | - |
YUV | 235.47 | 129.43 | 105.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 251 | 238 | 0.19 | 0 | 0.05 | 0.02 | 163.4 | 0.85 | 0.89 |
Hex | CC | FB | EE | 13 | 0 | 5 | 2 | A3 | 55 | 59 |
Octal | 314 | 373 | 356 | 23 | 0 | 5 | 2 | 243 | 125 | 131 |
Binary | 11001100 | 11111011 | 11101110 | 10011 | 0 | 101 | 10 | 10100011 | 1010101 | 1011001 |
Color Harmonies of #CCFBEE
Complementary color
Monochromatic Colors of #CCFBEE
Black with #CCFBEE
Text Example
Text Example
White with #CCFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBEE; }
p { color: rgb(204,251,238); }
H1.HeaderClassName
{
color: #CCFBEE;
}
.AnyTagClassName
{
color: #CCFBEE;
}
</style>
background-color css
<style>
a { background-color: #CCFBEE; }
a { background-color: rgb(204,251,238); }
div.DivClassName
{
background-color: #CCFBEE;
}
.BgClassName
{
background-color: #CCFBEE;
}
</style>
border-color css
<style>
span { border-color: #CCFBEE; }
span { border-color: rgb(204,251,238); }
td.TdClassName
{
border-color: #CCFBEE;
}
.TagClassName
{
border-color: #CCFBEE;
}
</style>