#CCFAEA

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

Shades of Humming Bird #CCFAEA

Tints of Humming Bird #CCFAEA

Color information

#CCFAEA (or 0xCCFAEA) is unknown color: approx Humming Bird. HEX triplet: CC, FA and EA. RGB value is (204,250,234). Sum of RGB (Red+Green+Blue) = 204+250+234=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAEA is #330515. Grayscale: #EAEAEA. Windows color (decimal): -3343638 or 15399628. OLE color: 15399628.

HSL color Cylindrical-coordinate representation of color #CCFAEA: hue angle of 159.13º 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 #CCFAEA is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB204250234-
CMYK0.1800.060.02
HSL159.13º82.14%89.02%-
HSV(B)159.13º18.4%98.04%-
XYZ73.9487.1590.77-
YUV234.42127.76106.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.65%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=29.65%
G=36.34%
B=34.01%

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
Decimal2042502340.1800.060.02159.1382.1489.02
HexCCFAEA120629f5259
Octal31437235222062237122131
Binary110011001111101011101010100100110101001111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAEA; }

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

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

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

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

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

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

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

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