#CCFEF2

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

Shades of Humming Bird #CCFEF2

Tints of Humming Bird #CCFEF2

Color information

#CCFEF2 (or 0xCCFEF2) is unknown color: approx Humming Bird. HEX triplet: CC, FE and F2. RGB value is (204,254,242). Sum of RGB (Red+Green+Blue) = 204+254+242=700 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.14% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEF2 is #33010D. Grayscale: #EDEDED. Windows color (decimal): -3342606 or 15924940. OLE color: 15924940.

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

Color convert

RGB204254242-
CMYK0.2000.050.00
HSL165.6º96.15%89.8%-
HSV(B)165.6º19.69%99.61%-
XYZ76.3790.1397.38-
YUV237.68130.44103.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.14%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 242 (94.92% from 255) = 34.57%
R=29.14%
G=36.29%
B=34.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542420.2000.050.00165.696.1589.8
HexCCFEF214050a6605a
Octal31437636224050246140132
Binary11001100111111101111001010100010101010011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEF2; }

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

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

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

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

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

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

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

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