#CAFFEE

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

Shades of Humming Bird #CAFFEE

Tints of Humming Bird #CAFFEE

Color information

#CAFFEE (or 0xCAFFEE) is unknown color: approx Humming Bird. HEX triplet: CA, FF and EE. RGB value is (202,255,238). Sum of RGB (Red+Green+Blue) = 202+255+238=695 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.06% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFEE is #350011. Grayscale: #EDEDED. Windows color (decimal): -3473426 or 15663050. OLE color: 15663050.

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

Color convert

RGB202255238-
CMYK0.2100.070
HSL160.75º100%89.61%-
HSV(B)160.75º20.78%100%-
XYZ75.5590.2594.33-
YUV237.22128.44102.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.06%
GREEN value IS 255 (100% from 255) = 36.69%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=29.06%
G=36.69%
B=34.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552380.2100.070160.7510089.61
HexCAFFEE15070a1645a
Octal31237735625070241144132
Binary11001010111111111110111010101011101010000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFEE; }

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

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

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

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

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

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

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

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