#CBFEE5

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

Shades of Humming Bird #CBFEE5

Tints of Humming Bird #CBFEE5

Color information

#CBFEE5 (or 0xCBFEE5) is unknown color: approx Humming Bird. HEX triplet: CB, FE and E5. RGB value is (203,254,229). Sum of RGB (Red+Green+Blue) = 203+254+229=686 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.59% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEE5 is #34011A. Grayscale: #EBEBEB. Windows color (decimal): -3408155 or 15072971. OLE color: 15072971.

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

Color convert

RGB203254229-
CMYK0.2000.100.00
HSL150.59º96.23%89.61%-
HSV(B)150.59º20.08%99.61%-
XYZ74.2189.2487.44-
YUV235.9124.1104.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.59%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=29.59%
G=37.03%
B=33.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032542290.2000.100.00150.5996.2389.61
HexCBFEE5140A097605a
Octal313376345240120227140132
Binary110010111111111011100101101000101001001011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFEE5; }

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

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

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

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

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

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

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

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