#CCF7EA

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

Shades of Humming Bird #CCF7EA

Tints of Humming Bird #CCF7EA

Color information

#CCF7EA (or 0xCCF7EA) is unknown color: approx Humming Bird. HEX triplet: CC, F7 and EA. RGB value is (204,247,234). Sum of RGB (Red+Green+Blue) = 204+247+234=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 247 (96.88% from 255 or 36.06% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7EA is #330815. Grayscale: #E8E8E8. Windows color (decimal): -3344406 or 15398860. OLE color: 15398860.

HSL color Cylindrical-coordinate representation of color #CCF7EA: hue angle of 161.86º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7EA is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB204247234-
CMYK0.1700.050.03
HSL161.86º72.88%88.43%-
HSV(B)161.86º17.41%96.86%-
XYZ73.0185.390.46-
YUV232.66128.75107.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 247 (96.88% from 255) = 36.06%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=29.78%
G=36.06%
B=34.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042472340.1700.050.03161.8672.8888.43
HexCCF7EA11053a24958
Octal31436735221053242111130
Binary110011001111011111101010100010101111010001010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7EA; }

 p { color: rgb(204,247,234); }

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

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

 a { background-color: rgb(204,247,234); }

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

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

 span { border-color: rgb(204,247,234); }

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