#C1FBF0

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

Shades of Humming Bird #C1FBF0

Tints of Humming Bird #C1FBF0

Color information

#C1FBF0 (or 0xC1FBF0) is unknown color: approx Humming Bird. HEX triplet: C1, FB and F0. RGB value is (193,251,240). Sum of RGB (Red+Green+Blue) = 193+251+240=684 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.22% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBF0 is #3E040F. Grayscale: #E8E8E8. Windows color (decimal): -4064272 or 15793089. OLE color: 15793089.

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

Color convert

RGB193251240-
CMYK0.2300.040.02
HSL168.62º87.88%87.06%-
HSV(B)168.62º23.11%98.43%-
XYZ72.2286.6295.35-
YUV232.4132.2899.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.22%
GREEN value IS 251 (98.44% from 255) = 36.70%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=28.22%
G=36.70%
B=35.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932512400.2300.040.02168.6287.8887.06
HexC1FBF017042a95857
Octal30137336027042251130127
Binary110000011111101111110000101110100101010100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FBF0; }

 p { color: rgb(193,251,240); }

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

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

 a { background-color: rgb(193,251,240); }

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

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

 span { border-color: rgb(193,251,240); }

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