#CAFFE9

Color #CAFFE9 Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #CAFFE9

Tints of Humming Bird #CAFFE9

Color information

#CAFFE9 (or 0xCAFFE9) is unknown color: approx Humming Bird. HEX triplet: CA, FF and E9. RGB value is (202,255,233). Sum of RGB (Red+Green+Blue) = 202+255+233=690 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.28% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFE9 is #350016. Grayscale: #ECECEC. Windows color (decimal): -3473431 or 15335370. OLE color: 15335370.

HSL color Cylindrical-coordinate representation of color #CAFFE9: hue angle of 155.09º 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 #CAFFE9 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB202255233-
CMYK0.2100.090
HSL155.09º100%89.61%-
HSV(B)155.09º20.78%100%-
XYZ74.8389.9690.51-
YUV236.64125.94103.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 29.28%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 233 (91.41% from 255) = 33.77%
R=29.28%
G=36.96%
B=33.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552330.2100.090155.0910089.61
HexCAFFE9150909b645a
Octal312377351250110233144132
Binary110010101111111111101001101010100101001101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFE9; }

 p { color: rgb(202,255,233); }

 H1.HeaderClassName
 {
   color: #CAFFE9;
 }
 .AnyTagClassName
 {
   color: #CAFFE9;
 }
</style>
background-color css

<style>
 a { background-color: #CAFFE9; }

 a { background-color: rgb(202,255,233); }

 div.DivClassName
 {
   background-color: #CAFFE9;
 }
 .BgClassName
 {
   background-color: #CAFFE9;
 }
</style>
border-color css

<style>
 span { border-color: #CAFFE9; }

 span { border-color: rgb(202,255,233); }

 td.TdClassName
 {
   border-color: #CAFFE9;
 }
 .TagClassName
 {
   border-color: #CAFFE9;
 }
</style>