#C1FDEE

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

Shades of Humming Bird #C1FDEE

Tints of Humming Bird #C1FDEE

Color information

#C1FDEE (or 0xC1FDEE) is unknown color: approx Humming Bird. HEX triplet: C1, FD and EE. RGB value is (193,253,238). Sum of RGB (Red+Green+Blue) = 193+253+238=684 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.22% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FDEE is #3E0211. Grayscale: #E9E9E9. Windows color (decimal): -4063762 or 15662529. OLE color: 15662529.

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

Color convert

RGB193253238-
CMYK0.2400.060.01
HSL165º93.75%87.45%-
HSV(B)165º23.72%99.22%-
XYZ72.5587.7694-
YUV233.35130.6299.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.22%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=28.22%
G=36.99%
B=34.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932532380.2400.060.0116593.7587.45
HexC1FDEE18061a55e57
Octal30137535630061245136127
Binary11000001111111011110111011000011011010010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FDEE; }

 p { color: rgb(193,253,238); }

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

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

 a { background-color: rgb(193,253,238); }

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

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

 span { border-color: rgb(193,253,238); }

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