Shades of Humming Bird #CDF9ED
Tints of Humming Bird #CDF9ED
RGB
CMYK
RGB Variations
Color information
#CDF9ED (or 0xCDF9ED) is known color: Humming Bird. HEX triplet: CD, F9 and ED. RGB value is (205,249,237). Sum of RGB (Red+Green+Blue) = 205+249+237=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF9ED is #320612. Grayscale: #EAEAEA. Windows color (decimal): -3278355 or 15595981. OLE color: 15595981.
HSL color Cylindrical-coordinate representation of color #CDF9ED: hue angle of 163.64º 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 #CDF9ED is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 249 | 237 | - |
CMYK | 0.18 | 0 | 0.05 | 0.02 |
HSL | 163.64º | 0.79% | 0.89% | - |
HSV(B) | 163.64º | 0.18% | 0.98% | - |
XYZ | 74.34 | 86.84 | 92.97 | - |
YUV | 234.48 | 129.42 | 106.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 249 | 237 | 0.18 | 0 | 0.05 | 0.02 | 163.64 | 0.79 | 0.89 |
Hex | CD | F9 | ED | 12 | 0 | 5 | 2 | A4 | 4F | 59 |
Octal | 315 | 371 | 355 | 22 | 0 | 5 | 2 | 244 | 117 | 131 |
Binary | 11001101 | 11111001 | 11101101 | 10010 | 0 | 101 | 10 | 10100100 | 1001111 | 1011001 |
Color Harmonies of #CDF9ED
Complementary color
Monochromatic Colors of #CDF9ED
Black with #CDF9ED
Text Example
Text Example
White with #CDF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9ED; }
p { color: rgb(205,249,237); }
H1.HeaderClassName
{
color: #CDF9ED;
}
.AnyTagClassName
{
color: #CDF9ED;
}
</style>
background-color css
<style>
a { background-color: #CDF9ED; }
a { background-color: rgb(205,249,237); }
div.DivClassName
{
background-color: #CDF9ED;
}
.BgClassName
{
background-color: #CDF9ED;
}
</style>
border-color css
<style>
span { border-color: #CDF9ED; }
span { border-color: rgb(205,249,237); }
td.TdClassName
{
border-color: #CDF9ED;
}
.TagClassName
{
border-color: #CDF9ED;
}
</style>