#C5FEF3

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

Shades of Humming Bird #C5FEF3

Tints of Humming Bird #C5FEF3

Color information

#C5FEF3 (or 0xC5FEF3) is unknown color: approx Humming Bird. HEX triplet: C5, FE and F3. RGB value is (197,254,243). Sum of RGB (Red+Green+Blue) = 197+254+243=694 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.39% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEF3 is #3A010C. Grayscale: #EBEBEB. Windows color (decimal): -3801357 or 15990469. OLE color: 15990469.

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

Color convert

RGB197254243-
CMYK0.2200.040.00
HSL168.42º96.61%88.43%-
HSV(B)168.42º22.44%99.61%-
XYZ74.6589.2398.08-
YUV235.7132.12100.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.39%
GREEN value IS 254 (99.61% from 255) = 36.60%
BLUE value IS 243 (95.31% from 255) = 35.01%
R=28.39%
G=36.60%
B=35.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972542430.2200.040.00168.4296.6188.43
HexC5FEF316040a86158
Octal30537636326040250141130
Binary11000101111111101111001110110010001010100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FEF3; }

 p { color: rgb(197,254,243); }

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

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

 a { background-color: rgb(197,254,243); }

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

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

 span { border-color: rgb(197,254,243); }

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