#C6FBEE

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

Shades of Humming Bird #C6FBEE

Tints of Humming Bird #C6FBEE

Color information

#C6FBEE (or 0xC6FBEE) is unknown color: approx Humming Bird. HEX triplet: C6, FB and EE. RGB value is (198,251,238). Sum of RGB (Red+Green+Blue) = 198+251+238=687 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.82% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FBEE is #390411. Grayscale: #E9E9E9. Windows color (decimal): -3736594 or 15662022. OLE color: 15662022.

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

Color convert

RGB198251238-
CMYK0.2100.050.02
HSL165.28º86.89%88.04%-
HSV(B)165.28º21.12%98.43%-
XYZ73.2287.1793.86-
YUV233.67130.44102.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.82%
GREEN value IS 251 (98.44% from 255) = 36.54%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=28.82%
G=36.54%
B=34.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982512380.2100.050.02165.2886.8988.04
HexC6FBEE15052a55758
Octal30637335625052245127130
Binary110001101111101111101110101010101101010010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FBEE; }

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

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

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

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

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

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

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

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