#C3FAE9

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

Shades of Humming Bird #C3FAE9

Tints of Humming Bird #C3FAE9

Color information

#C3FAE9 (or 0xC3FAE9) is unknown color: approx Humming Bird. HEX triplet: C3, FA and E9. RGB value is (195,250,233). Sum of RGB (Red+Green+Blue) = 195+250+233=678 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.76% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FAE9 is #3C0516. Grayscale: #E7E7E7. Windows color (decimal): -3933463 or 15334083. OLE color: 15334083.

HSL color Cylindrical-coordinate representation of color #C3FAE9: hue angle of 161.45º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FAE9 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB195250233-
CMYK0.2200.070.02
HSL161.45º84.62%87.25%-
HSV(B)161.45º22%98.04%-
XYZ71.485.8689.9-
YUV231.62128.78101.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.76%
GREEN value IS 250 (98.05% from 255) = 36.87%
BLUE value IS 233 (91.41% from 255) = 34.37%
R=28.76%
G=36.87%
B=34.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952502330.2200.070.02161.4584.6287.25
HexC3FAE916072a15557
Octal30337235126072241125127
Binary110000111111101011101001101100111101010000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FAE9; }

 p { color: rgb(195,250,233); }

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

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

 a { background-color: rgb(195,250,233); }

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

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

 span { border-color: rgb(195,250,233); }

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