#C6FEEE

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

Shades of Humming Bird #C6FEEE

Tints of Humming Bird #C6FEEE

Color information

#C6FEEE (or 0xC6FEEE) is unknown color: approx Humming Bird. HEX triplet: C6, FE and EE. RGB value is (198,254,238). Sum of RGB (Red+Green+Blue) = 198+254+238=690 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.70% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FEEE is #390111. Grayscale: #EBEBEB. Windows color (decimal): -3735826 or 15662790. OLE color: 15662790.

HSL color Cylindrical-coordinate representation of color #C6FEEE: hue angle of 162.86º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FEEE is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB198254238-
CMYK0.2200.060.00
HSL162.86º96.55%88.63%-
HSV(B)162.86º22.05%99.61%-
XYZ74.1689.0694.17-
YUV235.43129.45101.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.70%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=28.70%
G=36.81%
B=34.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1982542380.2200.060.00162.8696.5588.63
HexC6FEEE16060a36159
Octal30637635626060243141131
Binary11000110111111101110111010110011001010001111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FEEE; }

 p { color: rgb(198,254,238); }

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

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

 a { background-color: rgb(198,254,238); }

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

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

 span { border-color: rgb(198,254,238); }

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