Shades of Humming Bird #CBF8E4
Tints of Humming Bird #CBF8E4
RGB
CMYK
RGB Variations
Color information
#CBF8E4 (or 0xCBF8E4) is known color: Humming Bird. HEX triplet: CB, F8 and E4. RGB value is (203,248,228). Sum of RGB (Red+Green+Blue) = 203+248+228=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8E4 is #34071B. Grayscale: #E8E8E8. Windows color (decimal): -3409692 or 15005899. OLE color: 15005899.
HSL color Cylindrical-coordinate representation of color #CBF8E4: hue angle of 153.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF8E4 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 228 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.03 |
| HSL | 153.33º | 0.76% | 0.88% | - |
| HSV(B) | 153.33º | 0.18% | 0.97% | - |
| XYZ | 72.2 | 85.43 | 86.08 | - |
| YUV | 232.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 228 | 0.18 | 0 | 0.08 | 0.03 | 153.33 | 0.76 | 0.88 |
| Hex | CB | F8 | E4 | 12 | 0 | 8 | 3 | 99 | 4C | 58 |
| Octal | 313 | 370 | 344 | 22 | 0 | 10 | 3 | 231 | 114 | 130 |
| Binary | 11001011 | 11111000 | 11100100 | 10010 | 0 | 1000 | 11 | 10011001 | 1001100 | 1011000 |
Color Harmonies of #CBF8E4
Complementary color
Monochromatic Colors of #CBF8E4
Black with #CBF8E4
Text Example
Text Example
White with #CBF8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8E4; }
p { color: rgb(203,248,228); }
H1.HeaderClassName
{
color: #CBF8E4;
}
.AnyTagClassName
{
color: #CBF8E4;
}
</style>
background-color css
<style>
a { background-color: #CBF8E4; }
a { background-color: rgb(203,248,228); }
div.DivClassName
{
background-color: #CBF8E4;
}
.BgClassName
{
background-color: #CBF8E4;
}
</style>
border-color css
<style>
span { border-color: #CBF8E4; }
span { border-color: rgb(203,248,228); }
td.TdClassName
{
border-color: #CBF8E4;
}
.TagClassName
{
border-color: #CBF8E4;
}
</style>