Shades of Humming Bird #CBFFF4
Tints of Humming Bird #CBFFF4
RGB
CMYK
RGB Variations
Color information
#CBFFF4 (or 0xCBFFF4) is known color: Humming Bird. HEX triplet: CB, FF and F4. RGB value is (203,255,244). Sum of RGB (Red+Green+Blue) = 203+255+244=702 (92% of max value = 765). Red value is 203 (79.69% from 255 or 28.92% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFFF4 is #34000B. Grayscale: #EEEEEE. Windows color (decimal): -3407884 or 16056267. OLE color: 16056267.
HSL color Cylindrical-coordinate representation of color #CBFFF4: hue angle of 167.31º 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 #CBFFF4 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 244 | - |
| CMYK | 0.20 | 0 | 0.04 | 0 |
| HSL | 167.31º | 1% | 0.9% | - |
| HSV(B) | 167.31º | 0.2% | 1% | - |
| XYZ | 76.72 | 90.75 | 99.06 | - |
| YUV | 238.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 244 | 0.20 | 0 | 0.04 | 0 | 167.31 | 1 | 0.9 |
| Hex | CB | FF | F4 | 14 | 0 | 4 | 0 | A7 | 64 | 5A |
| Octal | 313 | 377 | 364 | 24 | 0 | 4 | 0 | 247 | 144 | 132 |
| Binary | 11001011 | 11111111 | 11110100 | 10100 | 0 | 100 | 0 | 10100111 | 1100100 | 1011010 |
Color Harmonies of #CBFFF4
Complementary color
Monochromatic Colors of #CBFFF4
Black with #CBFFF4
Text Example
Text Example
White with #CBFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFF4; }
p { color: rgb(203,255,244); }
H1.HeaderClassName
{
color: #CBFFF4;
}
.AnyTagClassName
{
color: #CBFFF4;
}
</style>
background-color css
<style>
a { background-color: #CBFFF4; }
a { background-color: rgb(203,255,244); }
div.DivClassName
{
background-color: #CBFFF4;
}
.BgClassName
{
background-color: #CBFFF4;
}
</style>
border-color css
<style>
span { border-color: #CBFFF4; }
span { border-color: rgb(203,255,244); }
td.TdClassName
{
border-color: #CBFFF4;
}
.TagClassName
{
border-color: #CBFFF4;
}
</style>