Shades of Humming Bird #CAFAEF
Tints of Humming Bird #CAFAEF
RGB
CMYK
RGB Variations
Color information
#CAFAEF (or 0xCAFAEF) is known color: Humming Bird. HEX triplet: CA, FA and EF. RGB value is (202,250,239). Sum of RGB (Red+Green+Blue) = 202+250+239=691 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.23% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAEF is #350510. Grayscale: #EAEAEA. Windows color (decimal): -3474705 or 15727306. OLE color: 15727306.
HSL color Cylindrical-coordinate representation of color #CAFAEF: hue angle of 166.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAFAEF is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 239 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.02 |
| HSL | 166.25º | 0.83% | 0.89% | - |
| HSV(B) | 166.25º | 0.19% | 0.98% | - |
| XYZ | 74.12 | 87.16 | 94.58 | - |
| YUV | 234.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 239 | 0.19 | 0 | 0.04 | 0.02 | 166.25 | 0.83 | 0.89 |
| Hex | CA | FA | EF | 13 | 0 | 4 | 2 | A6 | 53 | 59 |
| Octal | 312 | 372 | 357 | 23 | 0 | 4 | 2 | 246 | 123 | 131 |
| Binary | 11001010 | 11111010 | 11101111 | 10011 | 0 | 100 | 10 | 10100110 | 1010011 | 1011001 |
Color Harmonies of #CAFAEF
Complementary color
Monochromatic Colors of #CAFAEF
Black with #CAFAEF
Text Example
Text Example
White with #CAFAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAEF; }
p { color: rgb(202,250,239); }
H1.HeaderClassName
{
color: #CAFAEF;
}
.AnyTagClassName
{
color: #CAFAEF;
}
</style>
background-color css
<style>
a { background-color: #CAFAEF; }
a { background-color: rgb(202,250,239); }
div.DivClassName
{
background-color: #CAFAEF;
}
.BgClassName
{
background-color: #CAFAEF;
}
</style>
border-color css
<style>
span { border-color: #CAFAEF; }
span { border-color: rgb(202,250,239); }
td.TdClassName
{
border-color: #CAFAEF;
}
.TagClassName
{
border-color: #CAFAEF;
}
</style>