#C4FBE6

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

Shades of Humming Bird #C4FBE6

Tints of Humming Bird #C4FBE6

Color information

#C4FBE6 (or 0xC4FBE6) is unknown color: approx Humming Bird. HEX triplet: C4, FB and E6. RGB value is (196,251,230). Sum of RGB (Red+Green+Blue) = 196+251+230=677 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.95% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FBE6 is #3B0419. Grayscale: #E8E8E8. Windows color (decimal): -3867674 or 15137732. OLE color: 15137732.

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

Color convert

RGB196251230-
CMYK0.2200.080.02
HSL157.09º87.3%87.65%-
HSV(B)157.09º21.91%98.43%-
XYZ71.5586.4487.78-
YUV232.16126.78102.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.95%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 230 (90.23% from 255) = 33.97%
R=28.95%
G=37.08%
B=33.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962512300.2200.080.02157.0987.387.65
HexC4FBE6160829d5758
Octal304373346260102235127130
Binary1100010011111011111001101011001000101001110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FBE6; }

 p { color: rgb(196,251,230); }

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

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

 a { background-color: rgb(196,251,230); }

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

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

 span { border-color: rgb(196,251,230); }

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