#CAFEEB

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

Shades of Humming Bird #CAFEEB

Tints of Humming Bird #CAFEEB

Color information

#CAFEEB (or 0xCAFEEB) is unknown color: approx Humming Bird. HEX triplet: CA, FE and EB. RGB value is (202,254,235). Sum of RGB (Red+Green+Blue) = 202+254+235=691 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.23% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFEEB is #350114. Grayscale: #ECECEC. Windows color (decimal): -3473685 or 15466186. OLE color: 15466186.

HSL color Cylindrical-coordinate representation of color #CAFEEB: hue angle of 158.08º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFEEB is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB202254235-
CMYK0.2000.070.00
HSL158.08º96.3%89.41%-
HSV(B)158.08º20.47%99.61%-
XYZ74.7989.4491.92-
YUV236.29127.27103.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.23%
GREEN value IS 254 (99.61% from 255) = 36.76%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=29.23%
G=36.76%
B=34.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022542350.2000.070.00158.0896.389.41
HexCAFEEB140709e6059
Octal31237635324070236140131
Binary11001010111111101110101110100011101001111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEEB; }

 p { color: rgb(202,254,235); }

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

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

 a { background-color: rgb(202,254,235); }

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

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

 span { border-color: rgb(202,254,235); }

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