#CFFBEB

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

Shades of Humming Bird #CFFBEB

Tints of Humming Bird #CFFBEB

Color information

#CFFBEB (or 0xCFFBEB) is unknown color: approx Humming Bird. HEX triplet: CF, FB and EB. RGB value is (207,251,235). Sum of RGB (Red+Green+Blue) = 207+251+235=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFBEB is #300414. Grayscale: #ECECEC. Windows color (decimal): -3146773 or 15465423. OLE color: 15465423.

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

Color convert

RGB207251235-
CMYK0.1800.060.02
HSL158.18º84.62%89.8%-
HSV(B)158.18º17.53%98.43%-
XYZ75.2288.2691.67-
YUV236.02127.42107.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.87%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=29.87%
G=36.22%
B=33.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072512350.1800.060.02158.1884.6289.8
HexCFFBEB120629e555a
Octal31737335322062236125132
Binary110011111111101111101011100100110101001111010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBEB; }

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

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

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

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

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

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

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

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