#CAFEEE

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

Shades of Humming Bird #CAFEEE

Tints of Humming Bird #CAFEEE

Color information

#CAFEEE (or 0xCAFEEE) is unknown color: approx Humming Bird. HEX triplet: CA, FE and EE. RGB value is (202,254,238). Sum of RGB (Red+Green+Blue) = 202+254+238=694 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.11% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFEEE is #350111. Grayscale: #ECECEC. Windows color (decimal): -3473682 or 15662794. OLE color: 15662794.

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

Color convert

RGB202254238-
CMYK0.2000.060.00
HSL161.54º96.3%89.41%-
HSV(B)161.54º20.47%99.61%-
XYZ75.2389.6194.22-
YUV236.63128.77103.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.11%
GREEN value IS 254 (99.61% from 255) = 36.60%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=29.11%
G=36.60%
B=34.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022542380.2000.060.00161.5496.389.41
HexCAFEEE14060a26059
Octal31237635624060242140131
Binary11001010111111101110111010100011001010001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEEE; }

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

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

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

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

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

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

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

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