#CCFAE9

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

Shades of Humming Bird #CCFAE9

Tints of Humming Bird #CCFAE9

Color information

#CCFAE9 (or 0xCCFAE9) is unknown color: approx Humming Bird. HEX triplet: CC, FA and E9. RGB value is (204,250,233). Sum of RGB (Red+Green+Blue) = 204+250+233=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAE9 is #330516. Grayscale: #EAEAEA. Windows color (decimal): -3343639 or 15334092. OLE color: 15334092.

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

Color convert

RGB204250233-
CMYK0.1800.070.02
HSL157.83º82.14%89.02%-
HSV(B)157.83º18.4%98.04%-
XYZ73.887.0990.01-
YUV234.31127.26106.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.69%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 233 (91.41% from 255) = 33.92%
R=29.69%
G=36.39%
B=33.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502330.1800.070.02157.8382.1489.02
HexCCFAE9120729e5259
Octal31437235122072236122131
Binary110011001111101011101001100100111101001111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAE9; }

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

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

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

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

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

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

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

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