Shades of Humming Bird #CBFDEA
Tints of Humming Bird #CBFDEA
RGB
CMYK
RGB Variations
Color information
#CBFDEA (or 0xCBFDEA) is known color: Humming Bird. HEX triplet: CB, FD and EA. RGB value is (203,253,234). Sum of RGB (Red+Green+Blue) = 203+253+234=690 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.42% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFDEA is #340215. Grayscale: #EBEBEB. Windows color (decimal): -3408406 or 15400395. OLE color: 15400395.
HSL color Cylindrical-coordinate representation of color #CBFDEA: hue angle of 157.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDEA is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 234 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.01 |
| HSL | 157.2º | 0.93% | 0.89% | - |
| HSV(B) | 157.2º | 0.2% | 0.99% | - |
| XYZ | 74.61 | 88.89 | 91.07 | - |
| YUV | 235.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 234 | 0.20 | 0 | 0.08 | 0.01 | 157.2 | 0.93 | 0.89 |
| Hex | CB | FD | EA | 14 | 0 | 8 | 1 | 9D | 5D | 59 |
| Octal | 313 | 375 | 352 | 24 | 0 | 10 | 1 | 235 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11101010 | 10100 | 0 | 1000 | 1 | 10011101 | 1011101 | 1011001 |
Color Harmonies of #CBFDEA
Complementary color
Monochromatic Colors of #CBFDEA
Black with #CBFDEA
Text Example
Text Example
White with #CBFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDEA; }
p { color: rgb(203,253,234); }
H1.HeaderClassName
{
color: #CBFDEA;
}
.AnyTagClassName
{
color: #CBFDEA;
}
</style>
background-color css
<style>
a { background-color: #CBFDEA; }
a { background-color: rgb(203,253,234); }
div.DivClassName
{
background-color: #CBFDEA;
}
.BgClassName
{
background-color: #CBFDEA;
}
</style>
border-color css
<style>
span { border-color: #CBFDEA; }
span { border-color: rgb(203,253,234); }
td.TdClassName
{
border-color: #CBFDEA;
}
.TagClassName
{
border-color: #CBFDEA;
}
</style>