#CCFCEC

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

Shades of Humming Bird #CCFCEC

Tints of Humming Bird #CCFCEC

Color information

#CCFCEC (or 0xCCFCEC) is unknown color: approx Humming Bird. HEX triplet: CC, FC and EC. RGB value is (204,252,236). Sum of RGB (Red+Green+Blue) = 204+252+236=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCEC is #330313. Grayscale: #EBEBEB. Windows color (decimal): -3343124 or 15531212. OLE color: 15531212.

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

Color convert

RGB204252236-
CMYK0.1900.060.01
HSL160º88.89%89.41%-
HSV(B)160º19.05%98.82%-
XYZ74.8588.5192.5-
YUV235.82128.1105.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.48%
GREEN value IS 252 (98.83% from 255) = 36.42%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=29.48%
G=36.42%
B=34.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522360.1900.060.0116088.8989.41
HexCCFCEC13061a05959
Octal31437435423061240131131
Binary11001100111111001110110010011011011010000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCEC; }

 p { color: rgb(204,252,236); }

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

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

 a { background-color: rgb(204,252,236); }

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

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

 span { border-color: rgb(204,252,236); }

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