Shades of Humming Bird #CAFFE6
Tints of Humming Bird #CAFFE6
RGB
CMYK
RGB Variations
Color information
#CAFFE6 (or 0xCAFFE6) is known color: Humming Bird. HEX triplet: CA, FF and E6. RGB value is (202,255,230). Sum of RGB (Red+Green+Blue) = 202+255+230=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFE6 is #350019. Grayscale: #ECECEC. Windows color (decimal): -3473434 or 15138762. OLE color: 15138762.
HSL color Cylindrical-coordinate representation of color #CAFFE6: hue angle of 151.7º 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 #CAFFE6 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 255 | 230 | - |
CMYK | 0.21 | 0 | 0.10 | 0 |
HSL | 151.7º | 1% | 0.9% | - |
HSV(B) | 151.7º | 0.21% | 1% | - |
XYZ | 74.4 | 89.79 | 88.27 | - |
YUV | 236.3 | 124.44 | 103.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 255 | 230 | 0.21 | 0 | 0.10 | 0 | 151.7 | 1 | 0.9 |
Hex | CA | FF | E6 | 15 | 0 | A | 0 | 98 | 64 | 5A |
Octal | 312 | 377 | 346 | 25 | 0 | 12 | 0 | 230 | 144 | 132 |
Binary | 11001010 | 11111111 | 11100110 | 10101 | 0 | 1010 | 0 | 10011000 | 1100100 | 1011010 |
Color Harmonies of #CAFFE6
Complementary color
Monochromatic Colors of #CAFFE6
Black with #CAFFE6
Text Example
Text Example
White with #CAFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFE6; }
p { color: rgb(202,255,230); }
H1.HeaderClassName
{
color: #CAFFE6;
}
.AnyTagClassName
{
color: #CAFFE6;
}
</style>
background-color css
<style>
a { background-color: #CAFFE6; }
a { background-color: rgb(202,255,230); }
div.DivClassName
{
background-color: #CAFFE6;
}
.BgClassName
{
background-color: #CAFFE6;
}
</style>
border-color css
<style>
span { border-color: #CAFFE6; }
span { border-color: rgb(202,255,230); }
td.TdClassName
{
border-color: #CAFFE6;
}
.TagClassName
{
border-color: #CAFFE6;
}
</style>