#CAFFEB

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

Shades of Humming Bird #CAFFEB

Tints of Humming Bird #CAFFEB

Color information

#CAFFEB (or 0xCAFFEB) is unknown color: approx Humming Bird. HEX triplet: CA, FF and EB. RGB value is (202,255,235). Sum of RGB (Red+Green+Blue) = 202+255+235=692 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.19% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFEB is #350014. Grayscale: #ECECEC. Windows color (decimal): -3473429 or 15466442. OLE color: 15466442.

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

Color convert

RGB202255235-
CMYK0.2100.080
HSL157.36º100%89.61%-
HSV(B)157.36º20.78%100%-
XYZ75.1190.0792.02-
YUV236.87126.94103.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.19%
GREEN value IS 255 (100% from 255) = 36.85%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=29.19%
G=36.85%
B=33.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552350.2100.080157.3610089.61
HexCAFFEB150809d645a
Octal312377353250100235144132
Binary110010101111111111101011101010100001001110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFEB; }

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

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

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

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

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

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

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

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