#CBEEE3

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

Shades of Humming Bird #CBEEE3

Tints of Humming Bird #CBEEE3

Color information

#CBEEE3 (or 0xCBEEE3) is unknown color: approx Humming Bird. HEX triplet: CB, EE and E3. RGB value is (203,238,227). Sum of RGB (Red+Green+Blue) = 203+238+227=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEE3 is #34111C. Grayscale: #E2E2E2. Windows color (decimal): -3412253 or 14937803. OLE color: 14937803.

HSL color Cylindrical-coordinate representation of color #CBEEE3: hue angle of 161.14º 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 #CBEEE3 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB203238227-
CMYK0.1500.050.07
HSL161.14º50.72%86.47%-
HSV(B)161.14º14.71%93.33%-
XYZ69.0779.3984.36-
YUV226.28128.4111.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.39%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 227 (89.06% from 255) = 33.98%
R=30.39%
G=35.63%
B=33.98%

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
Decimal2032382270.1500.050.07161.1450.7286.47
HexCBEEE3F057a13356
Octal3133563431705724163126
Binary11001011111011101110001111110101111101000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEE3; }

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

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

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

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

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

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

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

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