#C3FEE6

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

Shades of Humming Bird #C3FEE6

Tints of Humming Bird #C3FEE6

Color information

#C3FEE6 (or 0xC3FEE6) is unknown color: approx Humming Bird. HEX triplet: C3, FE and E6. RGB value is (195,254,230). Sum of RGB (Red+Green+Blue) = 195+254+230=679 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.72% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FEE6 is #3C0119. Grayscale: #E9E9E9. Windows color (decimal): -3932442 or 15138499. OLE color: 15138499.

HSL color Cylindrical-coordinate representation of color #C3FEE6: hue angle of 155.59º 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 #C3FEE6 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB195254230-
CMYK0.2300.090.00
HSL155.59º96.72%88.04%-
HSV(B)155.59º23.23%99.61%-
XYZ72.2388.288.08-
YUV233.62125.95100.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.72%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 230 (90.23% from 255) = 33.87%
R=28.72%
G=37.41%
B=33.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952542300.2300.090.00155.5996.7288.04
HexC3FEE6170909c6158
Octal303376346270110234141130
Binary110000111111111011100110101110100101001110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FEE6; }

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

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

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

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

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

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

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

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