#C6FBE1

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

Shades of Humming Bird #C6FBE1

Tints of Humming Bird #C6FBE1

Color information

#C6FBE1 (or 0xC6FBE1) is unknown color: approx Humming Bird. HEX triplet: C6, FB and E1. RGB value is (198,251,225). Sum of RGB (Red+Green+Blue) = 198+251+225=674 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.38% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FBE1 is #39041E. Grayscale: #E8E8E8. Windows color (decimal): -3736607 or 14810054. OLE color: 14810054.

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

Color convert

RGB198251225-
CMYK0.2100.100.02
HSL150.57º86.89%88.04%-
HSV(B)150.57º21.12%98.43%-
XYZ71.3886.4484.16-
YUV232.19123.94103.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.38%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 225 (88.28% from 255) = 33.38%
R=29.38%
G=37.24%
B=33.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982512250.2100.100.02150.5786.8988.04
HexC6FBE1150A2975758
Octal306373341250122227127130
Binary1100011011111011111000011010101010101001011110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FBE1; }

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

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

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

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

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

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

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

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