#CBFAE7

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

Shades of Humming Bird #CBFAE7

Tints of Humming Bird #CBFAE7

Color information

#CBFAE7 (or 0xCBFAE7) is unknown color: approx Humming Bird. HEX triplet: CB, FA and E7. RGB value is (203,250,231). Sum of RGB (Red+Green+Blue) = 203+250+231=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFAE7 is #340518. Grayscale: #E9E9E9. Windows color (decimal): -3409177 or 15203019. OLE color: 15203019.

HSL color Cylindrical-coordinate representation of color #CBFAE7: hue angle of 155.74º 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 #CBFAE7 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB203250231-
CMYK0.1900.080.02
HSL155.74º82.46%88.82%-
HSV(B)155.74º18.8%98.04%-
XYZ73.2486.8488.5-
YUV233.78126.43106.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.68%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 231 (90.62% from 255) = 33.77%
R=29.68%
G=36.55%
B=33.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502310.1900.080.02155.7482.4688.82
HexCBFAE7130829c5259
Octal313372347230102234122131
Binary1100101111111010111001111001101000101001110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAE7; }

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

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

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

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

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

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

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

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