#C5FEE6

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

Shades of Humming Bird #C5FEE6

Tints of Humming Bird #C5FEE6

Color information

#C5FEE6 (or 0xC5FEE6) is unknown color: approx Humming Bird. HEX triplet: C5, FE and E6. RGB value is (197,254,230). Sum of RGB (Red+Green+Blue) = 197+254+230=681 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.93% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEE6 is #3A0119. Grayscale: #EAEAEA. Windows color (decimal): -3801370 or 15138501. OLE color: 15138501.

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

Color convert

RGB197254230-
CMYK0.2200.090.00
HSL154.74º96.61%88.43%-
HSV(B)154.74º22.44%99.61%-
XYZ72.7588.4788.1-
YUV234.22125.62101.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.93%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 230 (90.23% from 255) = 33.77%
R=28.93%
G=37.30%
B=33.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972542300.2200.090.00154.7496.6188.43
HexC5FEE6160909b6158
Octal305376346260110233141130
Binary110001011111111011100110101100100101001101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FEE6; }

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

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

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

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

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

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

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

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