Shades of Humming Bird #CBEFE7
Tints of Humming Bird #CBEFE7
RGB
CMYK
RGB Variations
Color information
#CBEFE7 (or 0xCBEFE7) is known color: Humming Bird. HEX triplet: CB, EF and E7. RGB value is (203,239,231). Sum of RGB (Red+Green+Blue) = 203+239+231=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFE7 is #341018. Grayscale: #E3E3E3. Windows color (decimal): -3411993 or 15200203. OLE color: 15200203.
HSL color Cylindrical-coordinate representation of color #CBEFE7: hue angle of 166.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEFE7 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 231 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.06 |
| HSL | 166.67º | 0.53% | 0.87% | - |
| HSV(B) | 166.67º | 0.15% | 0.94% | - |
| XYZ | 69.92 | 80.2 | 87.4 | - |
| YUV | 227.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 231 | 0.15 | 0 | 0.03 | 0.06 | 166.67 | 0.53 | 0.87 |
| Hex | CB | EF | E7 | F | 0 | 3 | 6 | A7 | 35 | 57 |
| Octal | 313 | 357 | 347 | 17 | 0 | 3 | 6 | 247 | 65 | 127 |
| Binary | 11001011 | 11101111 | 11100111 | 1111 | 0 | 11 | 110 | 10100111 | 110101 | 1010111 |
Color Harmonies of #CBEFE7
Complementary color
Monochromatic Colors of #CBEFE7
Black with #CBEFE7
Text Example
Text Example
White with #CBEFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFE7; }
p { color: rgb(203,239,231); }
H1.HeaderClassName
{
color: #CBEFE7;
}
.AnyTagClassName
{
color: #CBEFE7;
}
</style>
background-color css
<style>
a { background-color: #CBEFE7; }
a { background-color: rgb(203,239,231); }
div.DivClassName
{
background-color: #CBEFE7;
}
.BgClassName
{
background-color: #CBEFE7;
}
</style>
border-color css
<style>
span { border-color: #CBEFE7; }
span { border-color: rgb(203,239,231); }
td.TdClassName
{
border-color: #CBEFE7;
}
.TagClassName
{
border-color: #CBEFE7;
}
</style>