#C2FCEB

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

Shades of Humming Bird #C2FCEB

Tints of Humming Bird #C2FCEB

Color information

#C2FCEB (or 0xC2FCEB) is unknown color: approx Humming Bird. HEX triplet: C2, FC and EB. RGB value is (194,252,235). Sum of RGB (Red+Green+Blue) = 194+252+235=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCEB is #3D0314. Grayscale: #E8E8E8. Windows color (decimal): -3998485 or 15465666. OLE color: 15465666.

HSL color Cylindrical-coordinate representation of color #C2FCEB: hue angle of 162.41º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCEB is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB194252235-
CMYK0.2300.070.01
HSL162.41º90.62%87.45%-
HSV(B)162.41º23.02%98.82%-
XYZ72.0587.0991.61-
YUV232.72129.28100.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.49%
GREEN value IS 252 (98.83% from 255) = 37.00%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=28.49%
G=37.00%
B=34.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942522350.2300.070.01162.4190.6287.45
HexC2FCEB17071a25b57
Octal30237435327071242133127
Binary11000010111111001110101110111011111010001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FCEB; }

 p { color: rgb(194,252,235); }

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

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

 a { background-color: rgb(194,252,235); }

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

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

 span { border-color: rgb(194,252,235); }

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