#CCFFF3

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

Shades of Humming Bird #CCFFF3

Tints of Humming Bird #CCFFF3

Color information

#CCFFF3 (or 0xCCFFF3) is unknown color: approx Humming Bird. HEX triplet: CC, FF and F3. RGB value is (204,255,243). Sum of RGB (Red+Green+Blue) = 204+255+243=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFF3 is #33000C. Grayscale: #EEEEEE. Windows color (decimal): -3342349 or 15990732. OLE color: 15990732.

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

Color convert

RGB204255243-
CMYK0.200.050
HSL165.88º100%90%-
HSV(B)165.88º20%100%-
XYZ76.8490.8398.28-
YUV238.38130.6103.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.06%
GREEN value IS 255 (100% from 255) = 36.32%
BLUE value IS 243 (95.31% from 255) = 34.62%
R=29.06%
G=36.32%
B=34.62%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552430.200.050165.8810090
HexCCFFF314050a6645a
Octal31437736324050246144132
Binary11001100111111111111001110100010101010011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFF3; }

 p { color: rgb(204,255,243); }

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

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

 a { background-color: rgb(204,255,243); }

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

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

 span { border-color: rgb(204,255,243); }

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