#CBEEE2

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

Shades of Humming Bird #CBEEE2

Tints of Humming Bird #CBEEE2

Color information

#CBEEE2 (or 0xCBEEE2) is unknown color: approx Humming Bird. HEX triplet: CB, EE and E2. RGB value is (203,238,226). Sum of RGB (Red+Green+Blue) = 203+238+226=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEE2 is #34111D. Grayscale: #E2E2E2. Windows color (decimal): -3412254 or 14872267. OLE color: 14872267.

HSL color Cylindrical-coordinate representation of color #CBEEE2: hue angle of 159.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEEE2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB203238226-
CMYK0.1500.050.07
HSL159.43º50.72%86.47%-
HSV(B)159.43º14.71%93.33%-
XYZ68.9379.3483.63-
YUV226.17127.9111.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.43%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 226 (88.67% from 255) = 33.88%
R=30.43%
G=35.68%
B=33.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032382260.1500.050.07159.4350.7286.47
HexCBEEE2F0579f3356
Octal3133563421705723763126
Binary11001011111011101110001011110101111100111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEE2; }

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

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

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

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

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

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

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

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