#C1FBEE

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

Shades of Humming Bird #C1FBEE

Tints of Humming Bird #C1FBEE

Color information

#C1FBEE (or 0xC1FBEE) is unknown color: approx Humming Bird. HEX triplet: C1, FB and EE. RGB value is (193,251,238). Sum of RGB (Red+Green+Blue) = 193+251+238=682 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.30% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBEE is #3E0411. Grayscale: #E8E8E8. Windows color (decimal): -4064274 or 15662017. OLE color: 15662017.

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

Color convert

RGB193251238-
CMYK0.2300.050.02
HSL166.55º87.88%87.06%-
HSV(B)166.55º23.11%98.43%-
XYZ71.9286.593.8-
YUV232.18131.28100.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.30%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=28.30%
G=36.80%
B=34.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932512380.2300.050.02166.5587.8887.06
HexC1FBEE17052a75857
Octal30137335627052247130127
Binary110000011111101111101110101110101101010011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FBEE; }

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

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

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

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

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

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

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

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