#C3FAED

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

Shades of Humming Bird #C3FAED

Tints of Humming Bird #C3FAED

Color information

#C3FAED (or 0xC3FAED) is unknown color: approx Humming Bird. HEX triplet: C3, FA and ED. RGB value is (195,250,237). Sum of RGB (Red+Green+Blue) = 195+250+237=682 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.59% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FAED is #3C0512. Grayscale: #E8E8E8. Windows color (decimal): -3933459 or 15596227. OLE color: 15596227.

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

Color convert

RGB195250237-
CMYK0.2200.050.02
HSL165.82º84.62%87.25%-
HSV(B)165.82º22%98.04%-
XYZ71.9886.0992.94-
YUV232.07130.78101.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.59%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=28.59%
G=36.66%
B=34.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952502370.2200.050.02165.8284.6287.25
HexC3FAED16052a65557
Octal30337235526052246125127
Binary110000111111101011101101101100101101010011010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FAED; }

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

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

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

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

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

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

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

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