#C3FEEF

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

Shades of Humming Bird #C3FEEF

Tints of Humming Bird #C3FEEF

Color information

#C3FEEF (or 0xC3FEEF) is unknown color: approx Humming Bird. HEX triplet: C3, FE and EF. RGB value is (195,254,239). Sum of RGB (Red+Green+Blue) = 195+254+239=688 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.34% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FEEF is #3C0110. Grayscale: #EAEAEA. Windows color (decimal): -3932433 or 15728323. OLE color: 15728323.

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

Color convert

RGB195254239-
CMYK0.2300.060.00
HSL164.75º96.72%88.04%-
HSV(B)164.75º23.23%99.61%-
XYZ73.5388.7294.91-
YUV234.65130.4599.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.34%
GREEN value IS 254 (99.61% from 255) = 36.92%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=28.34%
G=36.92%
B=34.74%

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
Decimal1952542390.2300.060.00164.7596.7288.04
HexC3FEEF17060a56158
Octal30337635727060245141130
Binary11000011111111101110111110111011001010010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FEEF; }

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

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

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

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

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

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

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

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