#CBFAE9

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

Shades of Humming Bird #CBFAE9

Tints of Humming Bird #CBFAE9

Color information

#CBFAE9 (or 0xCBFAE9) is unknown color: approx Humming Bird. HEX triplet: CB, FA and E9. RGB value is (203,250,233). Sum of RGB (Red+Green+Blue) = 203+250+233=686 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.59% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFAE9 is #340516. Grayscale: #EAEAEA. Windows color (decimal): -3409175 or 15334091. OLE color: 15334091.

HSL color Cylindrical-coordinate representation of color #CBFAE9: hue angle of 158.3º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFAE9 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB203250233-
CMYK0.1900.070.02
HSL158.3º82.46%88.82%-
HSV(B)158.3º18.8%98.04%-
XYZ73.5286.9590-
YUV234.01127.43105.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.59%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 233 (91.41% from 255) = 33.97%
R=29.59%
G=36.44%
B=33.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502330.1900.070.02158.382.4688.82
HexCBFAE9130729e5259
Octal31337235123072236122131
Binary110010111111101011101001100110111101001111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAE9; }

 p { color: rgb(203,250,233); }

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

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

 a { background-color: rgb(203,250,233); }

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

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

 span { border-color: rgb(203,250,233); }

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