#C2F9EE

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

Shades of Humming Bird #C2F9EE

Tints of Humming Bird #C2F9EE

Color information

#C2F9EE (or 0xC2F9EE) is unknown color: approx Humming Bird. HEX triplet: C2, F9 and EE. RGB value is (194,249,238). Sum of RGB (Red+Green+Blue) = 194+249+238=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F9EE is #3D0611. Grayscale: #E7E7E7. Windows color (decimal): -3999250 or 15661506. OLE color: 15661506.

HSL color Cylindrical-coordinate representation of color #C2F9EE: hue angle of 168º degrees, saturation: 0.82, 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 #C2F9EE is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB194249238-
CMYK0.2200.040.02
HSL168º82.09%86.86%-
HSV(B)168º22.09%97.65%-
XYZ71.5685.3993.6-
YUV231.3131.78101.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.49%
GREEN value IS 249 (97.66% from 255) = 36.56%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=28.49%
G=36.56%
B=34.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942492380.2200.040.0216882.0986.86
HexC2F9EE16042a85257
Octal30237135626042250122127
Binary110000101111100111101110101100100101010100010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F9EE; }

 p { color: rgb(194,249,238); }

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

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

 a { background-color: rgb(194,249,238); }

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

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

 span { border-color: rgb(194,249,238); }

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