Shades of Humming Bird #CBEEE5
Tints of Humming Bird #CBEEE5
RGB
CMYK
RGB Variations
Color information
#CBEEE5 (or 0xCBEEE5) is known color: Humming Bird. HEX triplet: CB, EE and E5. RGB value is (203,238,229). Sum of RGB (Red+Green+Blue) = 203+238+229=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEE5 is #34111A. Grayscale: #E2E2E2. Windows color (decimal): -3412251 or 15068875. OLE color: 15068875.
HSL color Cylindrical-coordinate representation of color #CBEEE5: hue angle of 164.57º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEEE5 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 229 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.07 |
| HSL | 164.57º | 0.51% | 0.86% | - |
| HSV(B) | 164.57º | 0.15% | 0.93% | - |
| XYZ | 69.35 | 79.5 | 85.82 | - |
| YUV | 226.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 229 | 0.15 | 0 | 0.04 | 0.07 | 164.57 | 0.51 | 0.86 |
| Hex | CB | EE | E5 | F | 0 | 4 | 7 | A5 | 33 | 56 |
| Octal | 313 | 356 | 345 | 17 | 0 | 4 | 7 | 245 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11100101 | 1111 | 0 | 100 | 111 | 10100101 | 110011 | 1010110 |
Color Harmonies of #CBEEE5
Complementary color
Monochromatic Colors of #CBEEE5
Black with #CBEEE5
Text Example
Text Example
White with #CBEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEE5; }
p { color: rgb(203,238,229); }
H1.HeaderClassName
{
color: #CBEEE5;
}
.AnyTagClassName
{
color: #CBEEE5;
}
</style>
background-color css
<style>
a { background-color: #CBEEE5; }
a { background-color: rgb(203,238,229); }
div.DivClassName
{
background-color: #CBEEE5;
}
.BgClassName
{
background-color: #CBEEE5;
}
</style>
border-color css
<style>
span { border-color: #CBEEE5; }
span { border-color: rgb(203,238,229); }
td.TdClassName
{
border-color: #CBEEE5;
}
.TagClassName
{
border-color: #CBEEE5;
}
</style>