#C3FFE8

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

Shades of Humming Bird #C3FFE8

Tints of Humming Bird #C3FFE8

Color information

#C3FFE8 (or 0xC3FFE8) is unknown color: approx Humming Bird. HEX triplet: C3, FF and E8. RGB value is (195,255,232). Sum of RGB (Red+Green+Blue) = 195+255+232=682 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.59% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FFE8 is #3C0017. Grayscale: #EAEAEA. Windows color (decimal): -3932184 or 15269827. OLE color: 15269827.

HSL color Cylindrical-coordinate representation of color #C3FFE8: hue angle of 157º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFE8 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB195255232-
CMYK0.2400.090
HSL157º100%88.24%-
HSV(B)157º23.53%100%-
XYZ72.8388.9589.67-
YUV234.44126.6299.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.59%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 232 (91.02% from 255) = 34.02%
R=28.59%
G=37.39%
B=34.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952552320.2400.09015710088.24
HexC3FFE8180909d6458
Octal303377350300110235144130
Binary110000111111111111101000110000100101001110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FFE8; }

 p { color: rgb(195,255,232); }

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

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

 a { background-color: rgb(195,255,232); }

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

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

 span { border-color: rgb(195,255,232); }

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