#CCFBF0

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

Shades of Humming Bird #CCFBF0

Tints of Humming Bird #CCFBF0

Color information

#CCFBF0 (or 0xCCFBF0) is unknown color: approx Humming Bird. HEX triplet: CC, FB and F0. RGB value is (204,251,240). Sum of RGB (Red+Green+Blue) = 204+251+240=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBF0 is #33040F. Grayscale: #EBEBEB. Windows color (decimal): -3343376 or 15793100. OLE color: 15793100.

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

Color convert

RGB204251240-
CMYK0.1900.040.02
HSL165.96º85.45%89.22%-
HSV(B)165.96º18.73%98.43%-
XYZ75.1388.1295.49-
YUV235.69130.43105.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.35%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 240 (94.14% from 255) = 34.53%
R=29.35%
G=36.12%
B=34.53%

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
Decimal2042512400.1900.040.02165.9685.4589.22
HexCCFBF013042a65559
Octal31437336023042246125131
Binary110011001111101111110000100110100101010011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBF0; }

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

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

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

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

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

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

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

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