#CBFBE9

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

Shades of Humming Bird #CBFBE9

Tints of Humming Bird #CBFBE9

Color information

#CBFBE9 (or 0xCBFBE9) is unknown color: approx Humming Bird. HEX triplet: CB, FB and E9. RGB value is (203,251,233). Sum of RGB (Red+Green+Blue) = 203+251+233=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFBE9 is #340416. Grayscale: #EAEAEA. Windows color (decimal): -3408919 or 15334347. OLE color: 15334347.

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

Color convert

RGB203251233-
CMYK0.1900.070.02
HSL157.5º85.71%89.02%-
HSV(B)157.5º19.12%98.43%-
XYZ73.8387.5790.1-
YUV234.6127.1105.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.55%
GREEN value IS 251 (98.44% from 255) = 36.54%
BLUE value IS 233 (91.41% from 255) = 33.92%
R=29.55%
G=36.54%
B=33.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032512330.1900.070.02157.585.7189.02
HexCBFBE9130729e5659
Octal31337335123072236126131
Binary110010111111101111101001100110111101001111010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFBE9; }

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

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

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

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

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

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

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

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