#C6FBE7

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

Shades of Humming Bird #C6FBE7

Tints of Humming Bird #C6FBE7

Color information

#C6FBE7 (or 0xC6FBE7) is unknown color: approx Humming Bird. HEX triplet: C6, FB and E7. RGB value is (198,251,231). Sum of RGB (Red+Green+Blue) = 198+251+231=680 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.12% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FBE7 is #390418. Grayscale: #E8E8E8. Windows color (decimal): -3736601 or 15203270. OLE color: 15203270.

HSL color Cylindrical-coordinate representation of color #C6FBE7: hue angle of 157.36º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FBE7 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB198251231-
CMYK0.2100.080.02
HSL157.36º86.89%88.04%-
HSV(B)157.36º21.12%98.43%-
XYZ72.2186.7788.54-
YUV232.87126.94103.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.12%
GREEN value IS 251 (98.44% from 255) = 36.91%
BLUE value IS 231 (90.62% from 255) = 33.97%
R=29.12%
G=36.91%
B=33.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982512310.2100.080.02157.3686.8988.04
HexC6FBE7150829d5758
Octal306373347250102235127130
Binary1100011011111011111001111010101000101001110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FBE7; }

 p { color: rgb(198,251,231); }

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

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

 a { background-color: rgb(198,251,231); }

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

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

 span { border-color: rgb(198,251,231); }

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