Shades of Humming Bird #CAFFF0
Tints of Humming Bird #CAFFF0
RGB
CMYK
RGB Variations
Color information
#CAFFF0 (or 0xCAFFF0) is known color: Humming Bird. HEX triplet: CA, FF and F0. RGB value is (202,255,240). Sum of RGB (Red+Green+Blue) = 202+255+240=697 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.98% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFF0 is #35000F. Grayscale: #EDEDED. Windows color (decimal): -3473424 or 15794122. OLE color: 15794122.
HSL color Cylindrical-coordinate representation of color #CAFFF0: hue angle of 163.02º 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 #CAFFF0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 255 | 240 | - |
CMYK | 0.21 | 0 | 0.06 | 0 |
HSL | 163.02º | 1% | 0.9% | - |
HSV(B) | 163.02º | 0.21% | 1% | - |
XYZ | 75.85 | 90.37 | 95.88 | - |
YUV | 237.44 | 129.44 | 102.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 255 | 240 | 0.21 | 0 | 0.06 | 0 | 163.02 | 1 | 0.9 |
Hex | CA | FF | F0 | 15 | 0 | 6 | 0 | A3 | 64 | 5A |
Octal | 312 | 377 | 360 | 25 | 0 | 6 | 0 | 243 | 144 | 132 |
Binary | 11001010 | 11111111 | 11110000 | 10101 | 0 | 110 | 0 | 10100011 | 1100100 | 1011010 |
Color Harmonies of #CAFFF0
Complementary color
Monochromatic Colors of #CAFFF0
Black with #CAFFF0
Text Example
Text Example
White with #CAFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFF0; }
p { color: rgb(202,255,240); }
H1.HeaderClassName
{
color: #CAFFF0;
}
.AnyTagClassName
{
color: #CAFFF0;
}
</style>
background-color css
<style>
a { background-color: #CAFFF0; }
a { background-color: rgb(202,255,240); }
div.DivClassName
{
background-color: #CAFFF0;
}
.BgClassName
{
background-color: #CAFFF0;
}
</style>
border-color css
<style>
span { border-color: #CAFFF0; }
span { border-color: rgb(202,255,240); }
td.TdClassName
{
border-color: #CAFFF0;
}
.TagClassName
{
border-color: #CAFFF0;
}
</style>