#CAFEEC

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

Shades of Humming Bird #CAFEEC

Tints of Humming Bird #CAFEEC

Color information

#CAFEEC (or 0xCAFEEC) is unknown color: approx Humming Bird. HEX triplet: CA, FE and EC. RGB value is (202,254,236). Sum of RGB (Red+Green+Blue) = 202+254+236=692 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.19% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFEEC is #350113. Grayscale: #ECECEC. Windows color (decimal): -3473684 or 15531722. OLE color: 15531722.

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

Color convert

RGB202254236-
CMYK0.2000.070.00
HSL159.23º96.3%89.41%-
HSV(B)159.23º20.47%99.61%-
XYZ74.9489.592.68-
YUV236.4127.77103.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.19%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=29.19%
G=36.71%
B=34.10%

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
Decimal2022542360.2000.070.00159.2396.389.41
HexCAFEEC140709f6059
Octal31237635424070237140131
Binary11001010111111101110110010100011101001111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEEC; }

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

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

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

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

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

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

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

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