#CFFBE9

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

Shades of Humming Bird #CFFBE9

Tints of Humming Bird #CFFBE9

Color information

#CFFBE9 (or 0xCFFBE9) is unknown color: approx Humming Bird. HEX triplet: CF, FB and E9. RGB value is (207,251,233). Sum of RGB (Red+Green+Blue) = 207+251+233=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFBE9 is #300416. Grayscale: #EBEBEB. Windows color (decimal): -3146775 or 15334351. OLE color: 15334351.

HSL color Cylindrical-coordinate representation of color #CFFBE9: hue angle of 155.45º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFBE9 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB207251233-
CMYK0.1800.070.02
HSL155.45º84.62%89.8%-
HSV(B)155.45º17.53%98.43%-
XYZ74.9488.1490.15-
YUV235.79126.42107.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.96%
GREEN value IS 251 (98.44% from 255) = 36.32%
BLUE value IS 233 (91.41% from 255) = 33.72%
R=29.96%
G=36.32%
B=33.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072512330.1800.070.02155.4584.6289.8
HexCFFBE9120729b555a
Octal31737335122072233125132
Binary110011111111101111101001100100111101001101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBE9; }

 p { color: rgb(207,251,233); }

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

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

 a { background-color: rgb(207,251,233); }

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

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

 span { border-color: rgb(207,251,233); }

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