#CBEBE2

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

Shades of Humming Bird #CBEBE2

Tints of Humming Bird #CBEBE2

Color information

#CBEBE2 (or 0xCBEBE2) is unknown color: approx Humming Bird. HEX triplet: CB, EB and E2. RGB value is (203,235,226). Sum of RGB (Red+Green+Blue) = 203+235+226=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBE2 is #34141D. Grayscale: #E0E0E0. Windows color (decimal): -3413022 or 14871499. OLE color: 14871499.

HSL color Cylindrical-coordinate representation of color #CBEBE2: hue angle of 163.12º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEBE2 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB203235226-
CMYK0.1400.040.08
HSL163.12º44.44%85.88%-
HSV(B)163.12º13.62%92.16%-
XYZ68.0677.683.34-
YUV224.41128.9112.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.57%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 226 (88.67% from 255) = 34.04%
R=30.57%
G=35.39%
B=34.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032352260.1400.040.08163.1244.4485.88
HexCBEBE2E048a32c56
Octal31335334216041024354126
Binary110010111110101111100010111001001000101000111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBE2; }

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

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

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

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

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

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

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

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