Shades of Humming Bird #CAFFF1
Tints of Humming Bird #CAFFF1
RGB
CMYK
RGB Variations
Color information
#CAFFF1 (or 0xCAFFF1) is known color: Humming Bird. HEX triplet: CA, FF and F1. RGB value is (202,255,241). Sum of RGB (Red+Green+Blue) = 202+255+241=698 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.94% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFF1 is #35000E. Grayscale: #EDEDED. Windows color (decimal): -3473423 or 15859658. OLE color: 15859658.
HSL color Cylindrical-coordinate representation of color #CAFFF1: hue angle of 164.15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFF1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 241 | - |
| CMYK | 0.21 | 0 | 0.05 | 0 |
| HSL | 164.15º | 1% | 0.9% | - |
| HSV(B) | 164.15º | 0.21% | 1% | - |
| XYZ | 75.99 | 90.43 | 96.67 | - |
| YUV | 237.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 241 | 0.21 | 0 | 0.05 | 0 | 164.15 | 1 | 0.9 |
| Hex | CA | FF | F1 | 15 | 0 | 5 | 0 | A4 | 64 | 5A |
| Octal | 312 | 377 | 361 | 25 | 0 | 5 | 0 | 244 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11110001 | 10101 | 0 | 101 | 0 | 10100100 | 1100100 | 1011010 |
Color Harmonies of #CAFFF1
Complementary color
Monochromatic Colors of #CAFFF1
Black with #CAFFF1
Text Example
Text Example
White with #CAFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFF1; }
p { color: rgb(202,255,241); }
H1.HeaderClassName
{
color: #CAFFF1;
}
.AnyTagClassName
{
color: #CAFFF1;
}
</style>
background-color css
<style>
a { background-color: #CAFFF1; }
a { background-color: rgb(202,255,241); }
div.DivClassName
{
background-color: #CAFFF1;
}
.BgClassName
{
background-color: #CAFFF1;
}
</style>
border-color css
<style>
span { border-color: #CAFFF1; }
span { border-color: rgb(202,255,241); }
td.TdClassName
{
border-color: #CAFFF1;
}
.TagClassName
{
border-color: #CAFFF1;
}
</style>