#C6FBEA

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

Shades of Humming Bird #C6FBEA

Tints of Humming Bird #C6FBEA

Color information

#C6FBEA (or 0xC6FBEA) is unknown color: approx Humming Bird. HEX triplet: C6, FB and EA. RGB value is (198,251,234). Sum of RGB (Red+Green+Blue) = 198+251+234=683 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.99% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FBEA is #390415. Grayscale: #E9E9E9. Windows color (decimal): -3736598 or 15399878. OLE color: 15399878.

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

Color convert

RGB198251234-
CMYK0.2100.070.02
HSL160.75º86.89%88.04%-
HSV(B)160.75º21.12%98.43%-
XYZ72.6486.9490.79-
YUV233.21128.44102.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.99%
GREEN value IS 251 (98.44% from 255) = 36.75%
BLUE value IS 234 (91.80% from 255) = 34.26%
R=28.99%
G=36.75%
B=34.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982512340.2100.070.02160.7586.8988.04
HexC6FBEA15072a15758
Octal30637335225072241127130
Binary110001101111101111101010101010111101010000110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FBEA; }

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

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

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

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

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

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

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

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