#CCFBF1

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

Shades of Humming Bird #CCFBF1

Tints of Humming Bird #CCFBF1

Color information

#CCFBF1 (or 0xCCFBF1) is unknown color: approx Humming Bird. HEX triplet: CC, FB and F1. RGB value is (204,251,241). Sum of RGB (Red+Green+Blue) = 204+251+241=696 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.31% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBF1 is #33040E. Grayscale: #EBEBEB. Windows color (decimal): -3343375 or 15858636. OLE color: 15858636.

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

Color convert

RGB204251241-
CMYK0.1900.040.02
HSL167.23º85.45%89.22%-
HSV(B)167.23º18.73%98.43%-
XYZ75.2888.1896.27-
YUV235.81130.93105.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.31%
GREEN value IS 251 (98.44% from 255) = 36.06%
BLUE value IS 241 (94.53% from 255) = 34.63%
R=29.31%
G=36.06%
B=34.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042512410.1900.040.02167.2385.4589.22
HexCCFBF113042a75559
Octal31437336123042247125131
Binary110011001111101111110001100110100101010011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBF1; }

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

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

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

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

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

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

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

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