#CCFEF4

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

Shades of Humming Bird #CCFEF4

Tints of Humming Bird #CCFEF4

Color information

#CCFEF4 (or 0xCCFEF4) is unknown color: approx Humming Bird. HEX triplet: CC, FE and F4. RGB value is (204,254,244). Sum of RGB (Red+Green+Blue) = 204+254+244=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEF4 is #33010B. Grayscale: #EDEDED. Windows color (decimal): -3342604 or 16056012. OLE color: 16056012.

HSL color Cylindrical-coordinate representation of color #CCFEF4: hue angle of 168º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEF4 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB204254244-
CMYK0.2000.040.00
HSL168º96.15%89.8%-
HSV(B)168º19.69%99.61%-
XYZ76.6790.2598.97-
YUV237.91131.44103.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.06%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 244 (95.70% from 255) = 34.76%
R=29.06%
G=36.18%
B=34.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542440.2000.040.0016896.1589.8
HexCCFEF414040a8605a
Octal31437636424040250140132
Binary11001100111111101111010010100010001010100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEF4; }

 p { color: rgb(204,254,244); }

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

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

 a { background-color: rgb(204,254,244); }

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

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

 span { border-color: rgb(204,254,244); }

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