#C3FEF0

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

Shades of Humming Bird #C3FEF0

Tints of Humming Bird #C3FEF0

Color information

#C3FEF0 (or 0xC3FEF0) is unknown color: approx Humming Bird. HEX triplet: C3, FE and F0. RGB value is (195,254,240). Sum of RGB (Red+Green+Blue) = 195+254+240=689 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.30% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FEF0 is #3C010F. Grayscale: #EAEAEA. Windows color (decimal): -3932432 or 15793859. OLE color: 15793859.

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

Color convert

RGB195254240-
CMYK0.2300.060.00
HSL165.76º96.72%88.04%-
HSV(B)165.76º23.23%99.61%-
XYZ73.6888.7895.69-
YUV234.76130.9599.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.30%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 240 (94.14% from 255) = 34.83%
R=28.30%
G=36.87%
B=34.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952542400.2300.060.00165.7696.7288.04
HexC3FEF017060a66158
Octal30337636027060246141130
Binary11000011111111101111000010111011001010011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FEF0; }

 p { color: rgb(195,254,240); }

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

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

 a { background-color: rgb(195,254,240); }

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

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

 span { border-color: rgb(195,254,240); }

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