#C3FAEC

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

Shades of Humming Bird #C3FAEC

Tints of Humming Bird #C3FAEC

Color information

#C3FAEC (or 0xC3FAEC) is unknown color: approx Humming Bird. HEX triplet: C3, FA and EC. RGB value is (195,250,236). Sum of RGB (Red+Green+Blue) = 195+250+236=681 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.63% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FAEC is #3C0513. Grayscale: #E7E7E7. Windows color (decimal): -3933460 or 15530691. OLE color: 15530691.

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

Color convert

RGB195250236-
CMYK0.2200.060.02
HSL164.73º84.62%87.25%-
HSV(B)164.73º22%98.04%-
XYZ71.8386.0392.18-
YUV231.96130.28101.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.63%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=28.63%
G=36.71%
B=34.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952502360.2200.060.02164.7384.6287.25
HexC3FAEC16062a55557
Octal30337235426062245125127
Binary110000111111101011101100101100110101010010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FAEC; }

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

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

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

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

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

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

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

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