#CCEEE6

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

Shades of Humming Bird #CCEEE6

Tints of Humming Bird #CCEEE6

Color information

#CCEEE6 (or 0xCCEEE6) is unknown color: approx Humming Bird. HEX triplet: CC, EE and E6. RGB value is (204,238,230). Sum of RGB (Red+Green+Blue) = 204+238+230=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEE6 is #331119. Grayscale: #E2E2E2. Windows color (decimal): -3346714 or 15134412. OLE color: 15134412.

HSL color Cylindrical-coordinate representation of color #CCEEE6: hue angle of 165.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEE6 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB204238230-
CMYK0.1400.030.07
HSL165.88º50%86.67%-
HSV(B)165.88º14.29%93.33%-
XYZ69.7679.786.57-
YUV226.92129.74111.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.36%
GREEN value IS 238 (93.36% from 255) = 35.42%
BLUE value IS 230 (90.23% from 255) = 34.23%
R=30.36%
G=35.42%
B=34.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382300.1400.030.07165.885086.67
HexCCEEE6E037a63257
Octal3143563461603724662127
Binary1100110011101110111001101110011111101001101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEE6; }

 p { color: rgb(204,238,230); }

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

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

 a { background-color: rgb(204,238,230); }

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

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

 span { border-color: rgb(204,238,230); }

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