#CAFFED

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

Shades of Humming Bird #CAFFED

Tints of Humming Bird #CAFFED

Color information

#CAFFED (or 0xCAFFED) is unknown color: approx Humming Bird. HEX triplet: CA, FF and ED. RGB value is (202,255,237). Sum of RGB (Red+Green+Blue) = 202+255+237=694 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.11% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFED is #350012. Grayscale: #EDEDED. Windows color (decimal): -3473427 or 15597514. OLE color: 15597514.

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

Color convert

RGB202255237-
CMYK0.2100.070
HSL159.62º100%89.61%-
HSV(B)159.62º20.78%100%-
XYZ75.490.1993.56-
YUV237.1127.94102.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.11%
GREEN value IS 255 (100% from 255) = 36.74%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=29.11%
G=36.74%
B=34.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552370.2100.070159.6210089.61
HexCAFFED15070a0645a
Octal31237735525070240144132
Binary11001010111111111110110110101011101010000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFED; }

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

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

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

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

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

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

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

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