#C1FCEE

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

Shades of Humming Bird #C1FCEE

Tints of Humming Bird #C1FCEE

Color information

#C1FCEE (or 0xC1FCEE) is unknown color: approx Humming Bird. HEX triplet: C1, FC and EE. RGB value is (193,252,238). Sum of RGB (Red+Green+Blue) = 193+252+238=683 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.26% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FCEE is #3E0311. Grayscale: #E8E8E8. Windows color (decimal): -4064018 or 15662273. OLE color: 15662273.

HSL color Cylindrical-coordinate representation of color #C1FCEE: hue angle of 165.76º 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 #C1FCEE is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB193252238-
CMYK0.2300.060.01
HSL165.76º90.77%87.25%-
HSV(B)165.76º23.41%98.82%-
XYZ72.2487.1393.9-
YUV232.76130.9599.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.26%
GREEN value IS 252 (98.83% from 255) = 36.90%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=28.26%
G=36.90%
B=34.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932522380.2300.060.01165.7690.7787.25
HexC1FCEE17061a65b57
Octal30137435627061246133127
Binary11000001111111001110111010111011011010011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FCEE; }

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

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

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

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

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

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

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

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