#CAFFEA

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

Shades of Humming Bird #CAFFEA

Tints of Humming Bird #CAFFEA

Color information

#CAFFEA (or 0xCAFFEA) is unknown color: approx Humming Bird. HEX triplet: CA, FF and EA. RGB value is (202,255,234). Sum of RGB (Red+Green+Blue) = 202+255+234=691 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.23% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFEA is #350015. Grayscale: #ECECEC. Windows color (decimal): -3473430 or 15400906. OLE color: 15400906.

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

Color convert

RGB202255234-
CMYK0.2100.080
HSL156.23º100%89.61%-
HSV(B)156.23º20.78%100%-
XYZ74.9790.0291.27-
YUV236.76126.44103.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.23%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 234 (91.80% from 255) = 33.86%
R=29.23%
G=36.90%
B=33.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552340.2100.080156.2310089.61
HexCAFFEA150809c645a
Octal312377352250100234144132
Binary110010101111111111101010101010100001001110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFEA; }

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

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

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

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

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

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

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

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