Shades of Humming Bird #CDF9EF
Tints of Humming Bird #CDF9EF
RGB
CMYK
RGB Variations
Color information
#CDF9EF (or 0xCDF9EF) is known color: Humming Bird. HEX triplet: CD, F9 and EF. RGB value is (205,249,239). Sum of RGB (Red+Green+Blue) = 205+249+239=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF9EF is #320610. Grayscale: #EAEAEA. Windows color (decimal): -3278353 or 15727053. OLE color: 15727053.
HSL color Cylindrical-coordinate representation of color #CDF9EF: hue angle of 166.36º 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 #CDF9EF is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 249 | 239 | - |
CMYK | 0.18 | 0 | 0.04 | 0.02 |
HSL | 166.36º | 0.79% | 0.89% | - |
HSV(B) | 166.36º | 0.18% | 0.98% | - |
XYZ | 74.63 | 86.96 | 94.51 | - |
YUV | 234.7 | 130.42 | 106.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 249 | 239 | 0.18 | 0 | 0.04 | 0.02 | 166.36 | 0.79 | 0.89 |
Hex | CD | F9 | EF | 12 | 0 | 4 | 2 | A6 | 4F | 59 |
Octal | 315 | 371 | 357 | 22 | 0 | 4 | 2 | 246 | 117 | 131 |
Binary | 11001101 | 11111001 | 11101111 | 10010 | 0 | 100 | 10 | 10100110 | 1001111 | 1011001 |
Color Harmonies of #CDF9EF
Complementary color
Monochromatic Colors of #CDF9EF
Black with #CDF9EF
Text Example
Text Example
White with #CDF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9EF; }
p { color: rgb(205,249,239); }
H1.HeaderClassName
{
color: #CDF9EF;
}
.AnyTagClassName
{
color: #CDF9EF;
}
</style>
background-color css
<style>
a { background-color: #CDF9EF; }
a { background-color: rgb(205,249,239); }
div.DivClassName
{
background-color: #CDF9EF;
}
.BgClassName
{
background-color: #CDF9EF;
}
</style>
border-color css
<style>
span { border-color: #CDF9EF; }
span { border-color: rgb(205,249,239); }
td.TdClassName
{
border-color: #CDF9EF;
}
.TagClassName
{
border-color: #CDF9EF;
}
</style>