#CBF5E5

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

Shades of Humming Bird #CBF5E5

Tints of Humming Bird #CBF5E5

Color information

#CBF5E5 (or 0xCBF5E5) is unknown color: approx Humming Bird. HEX triplet: CB, F5 and E5. RGB value is (203,245,229). Sum of RGB (Red+Green+Blue) = 203+245+229=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5E5 is #340A1A. Grayscale: #E6E6E6. Windows color (decimal): -3410459 or 15070667. OLE color: 15070667.

HSL color Cylindrical-coordinate representation of color #CBF5E5: hue angle of 157.14º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF5E5 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB203245229-
CMYK0.1700.070.04
HSL157.14º67.74%87.84%-
HSV(B)157.14º17.14%96.08%-
XYZ71.4283.6686.51-
YUV230.62127.09108.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.99%
GREEN value IS 245 (96.09% from 255) = 36.19%
BLUE value IS 229 (89.84% from 255) = 33.83%
R=29.99%
G=36.19%
B=33.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032452290.1700.070.04157.1467.7487.84
HexCBF5E5110749d4458
Octal31336534521074235104130
Binary1100101111110101111001011000101111001001110110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF5E5; }

 p { color: rgb(203,245,229); }

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

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

 a { background-color: rgb(203,245,229); }

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

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

 span { border-color: rgb(203,245,229); }

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