#CBFFEB

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

Shades of Humming Bird #CBFFEB

Tints of Humming Bird #CBFFEB

Color information

#CBFFEB (or 0xCBFFEB) is unknown color: approx Humming Bird. HEX triplet: CB, FF and EB. RGB value is (203,255,235). Sum of RGB (Red+Green+Blue) = 203+255+235=693 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.29% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFFEB is #340014. Grayscale: #EDEDED. Windows color (decimal): -3407893 or 15466443. OLE color: 15466443.

HSL color Cylindrical-coordinate representation of color #CBFFEB: hue angle of 156.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFFEB is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB203255235-
CMYK0.2000.080
HSL156.92º100%89.8%-
HSV(B)156.92º20.39%100%-
XYZ75.3890.2192.04-
YUV237.17126.77103.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.29%
GREEN value IS 255 (100% from 255) = 36.80%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=29.29%
G=36.80%
B=33.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032552350.2000.080156.9210089.8
HexCBFFEB140809d645a
Octal313377353240100235144132
Binary110010111111111111101011101000100001001110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFEB; }

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

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

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

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

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

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

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

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