#CFFBF0

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

Shades of Humming Bird #CFFBF0

Tints of Humming Bird #CFFBF0

Color information

#CFFBF0 (or 0xCFFBF0) is unknown color: approx Humming Bird. HEX triplet: CF, FB and F0. RGB value is (207,251,240). Sum of RGB (Red+Green+Blue) = 207+251+240=698 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.66% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFBF0 is #30040F. Grayscale: #ECECEC. Windows color (decimal): -3146768 or 15793103. OLE color: 15793103.

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

Color convert

RGB207251240-
CMYK0.1800.040.02
HSL165º84.62%89.8%-
HSV(B)165º17.53%98.43%-
XYZ75.9688.5595.53-
YUV236.59129.92106.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.66%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 240 (94.14% from 255) = 34.38%
R=29.66%
G=35.96%
B=34.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072512400.1800.040.0216584.6289.8
HexCFFBF012042a5555a
Octal31737336022042245125132
Binary110011111111101111110000100100100101010010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBF0; }

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

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

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

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

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

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

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

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