#C3FDEC

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

Shades of Humming Bird #C3FDEC

Tints of Humming Bird #C3FDEC

Color information

#C3FDEC (or 0xC3FDEC) is unknown color: approx Humming Bird. HEX triplet: C3, FD and EC. RGB value is (195,253,236). Sum of RGB (Red+Green+Blue) = 195+253+236=684 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.51% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FDEC is #3C0213. Grayscale: #E9E9E9. Windows color (decimal): -3932692 or 15531459. OLE color: 15531459.

HSL color Cylindrical-coordinate representation of color #C3FDEC: hue angle of 162.41º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FDEC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB195253236-
CMYK0.2300.070.01
HSL162.41º93.55%87.84%-
HSV(B)162.41º22.92%99.22%-
XYZ72.7787.9192.49-
YUV233.72129.28100.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.51%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=28.51%
G=36.99%
B=34.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952532360.2300.070.01162.4193.5587.84
HexC3FDEC17071a25e58
Octal30337535427071242136130
Binary11000011111111011110110010111011111010001010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FDEC; }

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

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

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

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

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

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

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

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