Shades of Humming Bird #CBF2E6
Tints of Humming Bird #CBF2E6
RGB
CMYK
RGB Variations
Color information
#CBF2E6 (or 0xCBF2E6) is known color: Humming Bird. HEX triplet: CB, F2 and E6. RGB value is (203,242,230). Sum of RGB (Red+Green+Blue) = 203+242+230=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF2E6 is #340D19. Grayscale: #E4E4E4. Windows color (decimal): -3411226 or 15135435. OLE color: 15135435.
HSL color Cylindrical-coordinate representation of color #CBF2E6: hue angle of 161.54º degrees, saturation: 0.6, 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 #CBF2E6 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 230 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.05 |
| HSL | 161.54º | 0.6% | 0.87% | - |
| HSV(B) | 161.54º | 0.16% | 0.95% | - |
| XYZ | 70.66 | 81.91 | 86.95 | - |
| YUV | 228.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 230 | 0.16 | 0 | 0.05 | 0.05 | 161.54 | 0.6 | 0.87 |
| Hex | CB | F2 | E6 | 10 | 0 | 5 | 5 | A2 | 3C | 57 |
| Octal | 313 | 362 | 346 | 20 | 0 | 5 | 5 | 242 | 74 | 127 |
| Binary | 11001011 | 11110010 | 11100110 | 10000 | 0 | 101 | 101 | 10100010 | 111100 | 1010111 |
Color Harmonies of #CBF2E6
Complementary color
Monochromatic Colors of #CBF2E6
Black with #CBF2E6
Text Example
Text Example
White with #CBF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2E6; }
p { color: rgb(203,242,230); }
H1.HeaderClassName
{
color: #CBF2E6;
}
.AnyTagClassName
{
color: #CBF2E6;
}
</style>
background-color css
<style>
a { background-color: #CBF2E6; }
a { background-color: rgb(203,242,230); }
div.DivClassName
{
background-color: #CBF2E6;
}
.BgClassName
{
background-color: #CBF2E6;
}
</style>
border-color css
<style>
span { border-color: #CBF2E6; }
span { border-color: rgb(203,242,230); }
td.TdClassName
{
border-color: #CBF2E6;
}
.TagClassName
{
border-color: #CBF2E6;
}
</style>