#CCFBE8

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

Shades of Humming Bird #CCFBE8

Tints of Humming Bird #CCFBE8

Color information

#CCFBE8 (or 0xCCFBE8) is unknown color: approx Humming Bird. HEX triplet: CC, FB and E8. RGB value is (204,251,232). Sum of RGB (Red+Green+Blue) = 204+251+232=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBE8 is #330417. Grayscale: #EAEAEA. Windows color (decimal): -3343384 or 15268812. OLE color: 15268812.

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

Color convert

RGB204251232-
CMYK0.1900.080.02
HSL155.74º85.45%89.22%-
HSV(B)155.74º18.73%98.43%-
XYZ73.9687.6689.37-
YUV234.78126.43106.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.69%
GREEN value IS 251 (98.44% from 255) = 36.54%
BLUE value IS 232 (91.02% from 255) = 33.77%
R=29.69%
G=36.54%
B=33.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042512320.1900.080.02155.7485.4589.22
HexCCFBE8130829c5559
Octal314373350230102234125131
Binary1100110011111011111010001001101000101001110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBE8; }

 p { color: rgb(204,251,232); }

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

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

 a { background-color: rgb(204,251,232); }

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

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

 span { border-color: rgb(204,251,232); }

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