Shades of Humming Bird #CBF1E5
Tints of Humming Bird #CBF1E5
RGB
CMYK
RGB Variations
Color information
#CBF1E5 (or 0xCBF1E5) is known color: Humming Bird. HEX triplet: CB, F1 and E5. RGB value is (203,241,229). Sum of RGB (Red+Green+Blue) = 203+241+229=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1E5 is #340E1A. Grayscale: #E4E4E4. Windows color (decimal): -3411483 or 15069643. OLE color: 15069643.
HSL color Cylindrical-coordinate representation of color #CBF1E5: hue angle of 161.05º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF1E5 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 229 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.05 |
| HSL | 161.05º | 0.58% | 0.87% | - |
| HSV(B) | 161.05º | 0.16% | 0.95% | - |
| XYZ | 70.23 | 81.26 | 86.11 | - |
| YUV | 228.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 229 | 0.16 | 0 | 0.05 | 0.05 | 161.05 | 0.58 | 0.87 |
| Hex | CB | F1 | E5 | 10 | 0 | 5 | 5 | A1 | 3A | 57 |
| Octal | 313 | 361 | 345 | 20 | 0 | 5 | 5 | 241 | 72 | 127 |
| Binary | 11001011 | 11110001 | 11100101 | 10000 | 0 | 101 | 101 | 10100001 | 111010 | 1010111 |
Color Harmonies of #CBF1E5
Complementary color
Monochromatic Colors of #CBF1E5
Black with #CBF1E5
Text Example
Text Example
White with #CBF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1E5; }
p { color: rgb(203,241,229); }
H1.HeaderClassName
{
color: #CBF1E5;
}
.AnyTagClassName
{
color: #CBF1E5;
}
</style>
background-color css
<style>
a { background-color: #CBF1E5; }
a { background-color: rgb(203,241,229); }
div.DivClassName
{
background-color: #CBF1E5;
}
.BgClassName
{
background-color: #CBF1E5;
}
</style>
border-color css
<style>
span { border-color: #CBF1E5; }
span { border-color: rgb(203,241,229); }
td.TdClassName
{
border-color: #CBF1E5;
}
.TagClassName
{
border-color: #CBF1E5;
}
</style>