#C4FCEE

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

Shades of Humming Bird #C4FCEE

Tints of Humming Bird #C4FCEE

Color information

#C4FCEE (or 0xC4FCEE) is unknown color: approx Humming Bird. HEX triplet: C4, FC and EE. RGB value is (196,252,238). Sum of RGB (Red+Green+Blue) = 196+252+238=686 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.57% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FCEE is #3B0311. Grayscale: #E9E9E9. Windows color (decimal): -3867410 or 15662276. OLE color: 15662276.

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

Color convert

RGB196252238-
CMYK0.2200.060.01
HSL165º90.32%87.84%-
HSV(B)165º22.22%98.82%-
XYZ73.0187.5393.94-
YUV233.66130.45101.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.57%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=28.57%
G=36.73%
B=34.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962522380.2200.060.0116590.3287.84
HexC4FCEE16061a55a58
Octal30437435626061245132130
Binary11000100111111001110111010110011011010010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FCEE; }

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

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

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

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

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

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

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

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