#CCFCF0

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

Shades of Humming Bird #CCFCF0

Tints of Humming Bird #CCFCF0

Color information

#CCFCF0 (or 0xCCFCF0) is unknown color: approx Humming Bird. HEX triplet: CC, FC and F0. RGB value is (204,252,240). Sum of RGB (Red+Green+Blue) = 204+252+240=696 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.31% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCF0 is #33030F. Grayscale: #ECECEC. Windows color (decimal): -3343120 or 15793356. OLE color: 15793356.

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

Color convert

RGB204252240-
CMYK0.1900.050.01
HSL165º88.89%89.41%-
HSV(B)165º19.05%98.82%-
XYZ75.4488.7595.59-
YUV236.28130.1104.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.31%
GREEN value IS 252 (98.83% from 255) = 36.21%
BLUE value IS 240 (94.14% from 255) = 34.48%
R=29.31%
G=36.21%
B=34.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522400.1900.050.0116588.8989.41
HexCCFCF013051a55959
Octal31437436023051245131131
Binary11001100111111001111000010011010111010010110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCF0; }

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

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

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

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

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

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

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

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