#CCFAEC

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

Shades of Humming Bird #CCFAEC

Tints of Humming Bird #CCFAEC

Color information

#CCFAEC (or 0xCCFAEC) is unknown color: approx Humming Bird. HEX triplet: CC, FA and EC. RGB value is (204,250,236). Sum of RGB (Red+Green+Blue) = 204+250+236=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAEC is #330513. Grayscale: #EAEAEA. Windows color (decimal): -3343636 or 15530700. OLE color: 15530700.

HSL color Cylindrical-coordinate representation of color #CCFAEC: hue angle of 161.74º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAEC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB204250236-
CMYK0.1800.060.02
HSL161.74º82.14%89.02%-
HSV(B)161.74º18.4%98.04%-
XYZ74.2387.2692.29-
YUV234.65128.76106.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.57%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=29.57%
G=36.23%
B=34.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502360.1800.060.02161.7482.1489.02
HexCCFAEC12062a25259
Octal31437235422062242122131
Binary110011001111101011101100100100110101010001010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAEC; }

 p { color: rgb(204,250,236); }

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

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

 a { background-color: rgb(204,250,236); }

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

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

 span { border-color: rgb(204,250,236); }

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