#C1F3E6

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

Shades of Humming Bird #C1F3E6

Tints of Humming Bird #C1F3E6

Color information

#C1F3E6 (or 0xC1F3E6) is unknown color: approx Humming Bird. HEX triplet: C1, F3 and E6. RGB value is (193,243,230). Sum of RGB (Red+Green+Blue) = 193+243+230=666 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.98% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F3E6 is #3E0C19. Grayscale: #E2E2E2. Windows color (decimal): -4066330 or 15135681. OLE color: 15135681.

HSL color Cylindrical-coordinate representation of color #C1F3E6: hue angle of 164.4º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1F3E6 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB193243230-
CMYK0.2100.050.05
HSL164.4º67.57%85.49%-
HSV(B)164.4º20.58%95.29%-
XYZ68.3381.1586.93-
YUV226.57129.94104.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.98%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 230 (90.23% from 255) = 34.53%
R=28.98%
G=36.49%
B=34.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1932432300.2100.050.05164.467.5785.49
HexC1F3E615055a44455
Octal30136334625055244104125
Binary1100000111110011111001101010101011011010010010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F3E6; }

 p { color: rgb(193,243,230); }

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

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

 a { background-color: rgb(193,243,230); }

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

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

 span { border-color: rgb(193,243,230); }

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