Shades of Humming Bird #CDF9EB
Tints of Humming Bird #CDF9EB
RGB
CMYK
RGB Variations
Color information
#CDF9EB (or 0xCDF9EB) is known color: Humming Bird. HEX triplet: CD, F9 and EB. RGB value is (205,249,235). Sum of RGB (Red+Green+Blue) = 205+249+235=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF9EB is #320614. Grayscale: #EAEAEA. Windows color (decimal): -3278357 or 15464909. OLE color: 15464909.
HSL color Cylindrical-coordinate representation of color #CDF9EB: hue angle of 160.91º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF9EB is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 249 | 235 | - |
CMYK | 0.18 | 0 | 0.06 | 0.02 |
HSL | 160.91º | 0.79% | 0.89% | - |
HSV(B) | 160.91º | 0.18% | 0.98% | - |
XYZ | 74.05 | 86.73 | 91.43 | - |
YUV | 234.25 | 128.42 | 107.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 249 | 235 | 0.18 | 0 | 0.06 | 0.02 | 160.91 | 0.79 | 0.89 |
Hex | CD | F9 | EB | 12 | 0 | 6 | 2 | A1 | 4F | 59 |
Octal | 315 | 371 | 353 | 22 | 0 | 6 | 2 | 241 | 117 | 131 |
Binary | 11001101 | 11111001 | 11101011 | 10010 | 0 | 110 | 10 | 10100001 | 1001111 | 1011001 |
Color Harmonies of #CDF9EB
Complementary color
Monochromatic Colors of #CDF9EB
Black with #CDF9EB
Text Example
Text Example
White with #CDF9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9EB; }
p { color: rgb(205,249,235); }
H1.HeaderClassName
{
color: #CDF9EB;
}
.AnyTagClassName
{
color: #CDF9EB;
}
</style>
background-color css
<style>
a { background-color: #CDF9EB; }
a { background-color: rgb(205,249,235); }
div.DivClassName
{
background-color: #CDF9EB;
}
.BgClassName
{
background-color: #CDF9EB;
}
</style>
border-color css
<style>
span { border-color: #CDF9EB; }
span { border-color: rgb(205,249,235); }
td.TdClassName
{
border-color: #CDF9EB;
}
.TagClassName
{
border-color: #CDF9EB;
}
</style>