#CCFFF2

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

Shades of Humming Bird #CCFFF2

Tints of Humming Bird #CCFFF2

Color information

#CCFFF2 (or 0xCCFFF2) is unknown color: approx Humming Bird. HEX triplet: CC, FF and F2. RGB value is (204,255,242). Sum of RGB (Red+Green+Blue) = 204+255+242=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFF2 is #33000D. Grayscale: #EEEEEE. Windows color (decimal): -3342350 or 15925196. OLE color: 15925196.

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

Color convert

RGB204255242-
CMYK0.200.050
HSL164.71º100%90%-
HSV(B)164.71º20%100%-
XYZ76.6990.7797.48-
YUV238.27130.1103.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.10%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 242 (94.92% from 255) = 34.52%
R=29.10%
G=36.38%
B=34.52%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552420.200.050164.7110090
HexCCFFF214050a5645a
Octal31437736224050245144132
Binary11001100111111111111001010100010101010010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFF2; }

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

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

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

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

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

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

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

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