#CBFBEB

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

Shades of Humming Bird #CBFBEB

Tints of Humming Bird #CBFBEB

Color information

#CBFBEB (or 0xCBFBEB) is unknown color: approx Humming Bird. HEX triplet: CB, FB and EB. RGB value is (203,251,235). Sum of RGB (Red+Green+Blue) = 203+251+235=689 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.46% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFBEB is #340414. Grayscale: #EAEAEA. Windows color (decimal): -3408917 or 15465419. OLE color: 15465419.

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

Color convert

RGB203251235-
CMYK0.1900.060.02
HSL160º85.71%89.02%-
HSV(B)160º19.12%98.43%-
XYZ74.1287.6991.62-
YUV234.82128.1105.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.46%
GREEN value IS 251 (98.44% from 255) = 36.43%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=29.46%
G=36.43%
B=34.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032512350.1900.060.0216085.7189.02
HexCBFBEB13062a05659
Octal31337335323062240126131
Binary110010111111101111101011100110110101010000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFBEB; }

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

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

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

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

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

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

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

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