#C1FAED

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

Shades of Humming Bird #C1FAED

Tints of Humming Bird #C1FAED

Color information

#C1FAED (or 0xC1FAED) is unknown color: approx Humming Bird. HEX triplet: C1, FA and ED. RGB value is (193,250,237). Sum of RGB (Red+Green+Blue) = 193+250+237=680 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.38% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FAED is #3E0512. Grayscale: #E7E7E7. Windows color (decimal): -4064531 or 15596225. OLE color: 15596225.

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

Color convert

RGB193250237-
CMYK0.2300.050.02
HSL166.32º85.07%86.86%-
HSV(B)166.32º22.8%98.04%-
XYZ71.4685.8292.92-
YUV231.48131.12100.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.38%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=28.38%
G=36.76%
B=34.85%

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
Decimal1932502370.2300.050.02166.3285.0786.86
HexC1FAED17052a65557
Octal30137235527052246125127
Binary110000011111101011101101101110101101010011010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FAED; }

 p { color: rgb(193,250,237); }

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

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

 a { background-color: rgb(193,250,237); }

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

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

 span { border-color: rgb(193,250,237); }

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